From: Greg Ward Date: Wed, 8 Jan 2003 03:04:42 +0000 (+0000) Subject: There's no such method as has_option() -- should be has_extn(). X-Git-Tag: v2.3c1~2532 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19b6f60f5cb133a7715a35b6b10a2424e0971543;p=python There's no such method as has_option() -- should be has_extn(). --- diff --git a/Doc/lib/libsmtplib.tex b/Doc/lib/libsmtplib.tex index c41057d6c3..2f6e59e038 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}