summaryrefslogtreecommitdiffstats
path: root/Doc/library/smtplib.rst
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2007-09-01 20:31:59 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2007-09-01 20:31:59 (GMT)
commit24e99c43c68ea44333f3d4cc967151516b6f5b4b (patch)
treec912eea84a5b9e1b007937dbf340e1faebf92bc3 /Doc/library/smtplib.rst
parent73f83d2bc615b730c1dc8bd488fb956de49966e3 (diff)
downloadcpython-24e99c43c68ea44333f3d4cc967151516b6f5b4b.zip
cpython-24e99c43c68ea44333f3d4cc967151516b6f5b4b.tar.gz
cpython-24e99c43c68ea44333f3d4cc967151516b6f5b4b.tar.bz2
Markup fix
Diffstat (limited to 'Doc/library/smtplib.rst')
-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 f82b70a..162e77b 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 '/'.