diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-11-03 02:32:46 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-11-03 02:32:46 (GMT) |
commit | abd8a336a3ab390a2ea4b15a0ecd187e482001af (patch) | |
tree | ff6e8502e3fc60d51ee5309d6a01a7b8b6bd76dc /Lib/smtplib.py | |
parent | be1bc3b63a0a07af4b204519bb0decd9714ea8ba (diff) | |
download | cpython-abd8a336a3ab390a2ea4b15a0ecd187e482001af.zip cpython-abd8a336a3ab390a2ea4b15a0ecd187e482001af.tar.gz cpython-abd8a336a3ab390a2ea4b15a0ecd187e482001af.tar.bz2 |
Whitespace normalization.
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 7a677aa..a7305ce 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): |