summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsmtplib.tex
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2003-01-08 03:04:42 (GMT)
committerGreg Ward <gward@python.net>2003-01-08 03:04:42 (GMT)
commit19b6f60f5cb133a7715a35b6b10a2424e0971543 (patch)
tree8e2f13c291a868244efbe4b27c6fca3e53e055fc /Doc/lib/libsmtplib.tex
parentd4fee28717379b071d5db894d0fd7599dde1fcc6 (diff)
downloadcpython-19b6f60f5cb133a7715a35b6b10a2424e0971543.zip
cpython-19b6f60f5cb133a7715a35b6b10a2424e0971543.tar.gz
cpython-19b6f60f5cb133a7715a35b6b10a2424e0971543.tar.bz2
There's no such method as has_option() -- should be has_extn().
Diffstat (limited to 'Doc/lib/libsmtplib.tex')
-rw-r--r--Doc/lib/libsmtplib.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libsmtplib.tex b/Doc/lib/libsmtplib.tex
index c41057d..2f6e59e 100644
--- a/Doc/lib/libsmtplib.tex
+++ b/Doc/lib/libsmtplib.tex
@@ -138,9 +138,9 @@ when necessary.
Identify yourself to an ESMTP server using \samp{EHLO}. The hostname
argument defaults to the fully qualified domain name of the local
host. Examine the response for ESMTP option and store them for use by
-\method{has_option()}.
+\method{has_extn()}.
-Unless you wish to use \method{has_option()} before sending
+Unless you wish to use \method{has_extn()} before sending
mail, it should not be necessary to call this method explicitly. It
will be implicitly called by \method{sendmail()} when necessary.
\end{methoddesc}