From: Andrew M. Kuchling Date: Sat, 1 Sep 2007 20:31:59 +0000 (+0000) Subject: Markup fix X-Git-Tag: v2.6a1~1359 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24e99c43c68ea44333f3d4cc967151516b6f5b4b;p=python Markup fix --- diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index f82b70a16c..162e77bdd2 100644 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst @@ -53,7 +53,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions). .. class:: LMTP([host[, port[, local_hostname]]]) The LMTP protocol, which is very similar to ESMTP, is heavily based on the - standard SMTP client. It's common to use Unix sockets for LMTP, so our connect() + standard SMTP client. It's common to use Unix sockets for LMTP, so our :meth:`connect` method must support that as well as a regular host:port server. To specify a Unix socket, you must use an absolute path for *host*, starting with a '/'.