summaryrefslogtreecommitdiffstats
path: root/Lib/smtplib.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-04-16 01:38:40 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-04-16 01:38:40 (GMT)
commit863ac44b74cd66f7d289748816d65c65808c149b (patch)
tree8536f8a72110b9996cb9e6746b6bb4cf3cb73733 /Lib/smtplib.py
parentc86c1b88f96ec48e5502b9b8ba5cc833f57ce476 (diff)
downloadcpython-863ac44b74cd66f7d289748816d65c65808c149b.zip
cpython-863ac44b74cd66f7d289748816d65c65808c149b.tar.gz
cpython-863ac44b74cd66f7d289748816d65c65808c149b.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/smtplib.py')
-rwxr-xr-xLib/smtplib.py4
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 = {}