summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-30 10:58:30 +0800
committerSenthil Kumaran <senthil@uthcode.com>2011-07-30 10:58:30 +0800
commit63d4fb4cf2306657fda917c2fa587d31a33be21d (patch)
tree0a7a9a898cf56f3e6f1ab60a550d5605b0ef6e0c
parent193cd2fb262ed1896f630f03e179a850db8a1001 (diff)
downloadcpython-git-63d4fb4cf2306657fda917c2fa587d31a33be21d.tar.gz
fixing the smtplib.rst whitespaces.
-rw-r--r--Doc/library/smtplib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst
index afe6b7b824..4a0f75677a 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