From: Matthias Klose Date: Thu, 11 Jan 2007 10:25:45 +0000 (+0000) Subject: - Make the documentation match the code and the docstring X-Git-Tag: v2.5.1c1~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c3d0de47264e6bdfa296067294b7c66592f5a2f;p=python - Make the documentation match the code and the docstring --- diff --git a/Doc/lib/libsmtplib.tex b/Doc/lib/libsmtplib.tex index 2f87bc483b..3d74dd8b2b 100644 --- a/Doc/lib/libsmtplib.tex +++ b/Doc/lib/libsmtplib.tex @@ -173,7 +173,7 @@ or may raise the following exceptions: The server didn't reply properly to the \samp{HELO} greeting. \item[\exception{SMTPAuthenticationError}] The server didn't accept the username/password combination. - \item[\exception{SMTPError}] + \item[\exception{SMTPException}] No suitable authentication method was found. \end{description} \end{methoddesc}