]> granicus.if.org Git - python/commitdiff
fixing the smtplib.rst whitespaces.
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 30 Jul 2011 02:58:30 +0000 (10:58 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sat, 30 Jul 2011 02:58:30 +0000 (10:58 +0800)
Doc/library/smtplib.rst

index afe6b7b8240d0a113bdb62d82ee769af4d70c22d..4a0f75677a5927e9ffd74c411cfcf88e1f84706a 100644 (file)
@@ -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