diff options
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 283616581f..bb8fd75e8e 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 = {} |