diff options
author | Raymond Hettinger <python@rcn.com> | 2003-12-31 18:37:28 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-12-31 18:37:28 (GMT) |
commit | 9b4dab4da1b02d4e89c3882cd779516cada3644f (patch) | |
tree | 442b02ebca102d4c114736136674e06ab8c0bdcc /Doc/lib/libsmtplib.tex | |
parent | a3b11e7fb3552bf9a73ba31cda30b9c0f342cb5c (diff) | |
download | cpython-9b4dab4da1b02d4e89c3882cd779516cada3644f.zip cpython-9b4dab4da1b02d4e89c3882cd779516cada3644f.tar.gz cpython-9b4dab4da1b02d4e89c3882cd779516cada3644f.tar.bz2 |
SF patch #859286: documentation bool change fix
(Contributed by George Yoshida.)
Diffstat (limited to 'Doc/lib/libsmtplib.tex')
-rw-r--r-- | Doc/lib/libsmtplib.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libsmtplib.tex b/Doc/lib/libsmtplib.tex index 92661db..491f75b 100644 --- a/Doc/lib/libsmtplib.tex +++ b/Doc/lib/libsmtplib.tex @@ -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} |