mirror of https://github.com/python/cpython
SMTP.__init__(): Fixed minor typo in docstring.
This commit is contained in:
parent
714d7268d5
commit
4b186aff48
|
@ -228,7 +228,7 @@ class SMTP:
|
||||||
By default, smtplib.SMTP_PORT is used. An SMTPConnectError is raised
|
By default, smtplib.SMTP_PORT is used. An SMTPConnectError is raised
|
||||||
if the specified `host' doesn't respond correctly. If specified,
|
if the specified `host' doesn't respond correctly. If specified,
|
||||||
`local_hostname` is used as the FQDN of the local host. By default,
|
`local_hostname` is used as the FQDN of the local host. By default,
|
||||||
the local hostname is found using gethostbyname().
|
the local hostname is found using socket.getfqdn().
|
||||||
|
|
||||||
"""
|
"""
|
||||||
self.esmtp_features = {}
|
self.esmtp_features = {}
|
||||||
|
|
Loading…
Reference in New Issue