]> granicus.if.org Git - python/commitdiff
Markup fix
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 1 Sep 2007 20:31:59 +0000 (20:31 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 1 Sep 2007 20:31:59 +0000 (20:31 +0000)
Doc/library/smtplib.rst

index f82b70a16c599b676d2f37bbfb6d26e37fdc1092..162e77bdd2271eaa06f8895774c1357b2d9eae92 100644 (file)
@@ -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 '/'.