diff options
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} |
