SF patch #859286: documentation bool change fix

(Contributed by George Yoshida.)
This commit is contained in:
Raymond Hettinger 2003-12-31 18:37:28 +00:00
parent a3b11e7fb3
commit 9b4dab4da1
4 changed files with 11 additions and 8 deletions

View file

@ -146,8 +146,9 @@ will be implicitly called by \method{sendmail()} when necessary.
\end{methoddesc}
\begin{methoddesc}{has_extn}{name}
Return \code{1} if \var{name} is in the set of SMTP service extensions
returned by the server, \code{0} otherwise. Case is ignored.
Return \constant{True} if \var{name} is in the set of SMTP service
extensions returned by the server, \constant{False} otherwise.
Case is ignored.
\end{methoddesc}
\begin{methoddesc}{verify}{address}