diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-07-30 02:58:30 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-07-30 02:58:30 (GMT) |
commit | 63d4fb4cf2306657fda917c2fa587d31a33be21d (patch) | |
tree | 0a7a9a898cf56f3e6f1ab60a550d5605b0ef6e0c /Doc/library/smtplib.rst | |
parent | 193cd2fb262ed1896f630f03e179a850db8a1001 (diff) | |
download | cpython-63d4fb4cf2306657fda917c2fa587d31a33be21d.zip cpython-63d4fb4cf2306657fda917c2fa587d31a33be21d.tar.gz cpython-63d4fb4cf2306657fda917c2fa587d31a33be21d.tar.bz2 |
fixing the smtplib.rst whitespaces.
Diffstat (limited to 'Doc/library/smtplib.rst')
-rw-r--r-- | Doc/library/smtplib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index afe6b7b..4a0f756 100644 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst @@ -90,7 +90,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions). :meth:`connect` method must support that as well as a regular host:port server. The optional parameters local_hostname and source_address has the same meaning as that of SMTP client.To specify a Unix socket, you must use - an absolute path for *host*, starting with a '/'. + an absolute path for *host*, starting with a '/'. Authentication is supported, using the regular SMTP mechanism. When using a Unix socket, LMTP generally don't support or require any authentication, but your |