diff options
Diffstat (limited to 'Lib/smtplib.py')
-rwxr-xr-x | Lib/smtplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/smtplib.py b/Lib/smtplib.py index 7a677aa793..a7305ce92e 100755 --- a/Lib/smtplib.py +++ b/Lib/smtplib.py @@ -729,7 +729,7 @@ class SMTP_SSL(SMTP): support). If host is not specified, '' (the local host) is used. If port is omitted, the standard SMTP-over-SSL port (465) is used. keyfile and certfile are also optional - they can contain a PEM formatted private key and - certificate chain file for the SSL connection. + certificate chain file for the SSL connection. """ def __init__(self, host = '', port = 0, local_hostname = None, keyfile = None, certfile = None): |