diff options
| author | Tim Peters <tim.peters@gmail.com> | 2002-04-16 01:38:40 (GMT) | 
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2002-04-16 01:38:40 (GMT) | 
| commit | 863ac44b74cd66f7d289748816d65c65808c149b (patch) | |
| tree | 8536f8a72110b9996cb9e6746b6bb4cf3cb73733 /Lib/smtplib.py | |
| parent | c86c1b88f96ec48e5502b9b8ba5cc833f57ce476 (diff) | |
| download | cpython-863ac44b74cd66f7d289748816d65c65808c149b.zip cpython-863ac44b74cd66f7d289748816d65c65808c149b.tar.gz cpython-863ac44b74cd66f7d289748816d65c65808c149b.tar.bz2  | |
Whitespace normalization.
Diffstat (limited to 'Lib/smtplib.py')
| -rwxr-xr-x | Lib/smtplib.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/smtplib.py b/Lib/smtplib.py index 2836165..bb8fd75 100755 --- a/Lib/smtplib.py +++ b/Lib/smtplib.py @@ -227,8 +227,8 @@ class SMTP:          connect.  If specified, `port' specifies the port to which to connect.          By default, smtplib.SMTP_PORT is used.  An SMTPConnectError is raised          if the specified `host' doesn't respond correctly.  If specified, -	`local_hostname` is used as the FQDN of the local host.  By default, -	the local hostname is found using socket.getfqdn(). +        `local_hostname` is used as the FQDN of the local host.  By default, +        the local hostname is found using socket.getfqdn().          """          self.esmtp_features = {}  | 
