From: Matthias Klose Date: Thu, 11 Jan 2007 10:26:31 +0000 (+0000) Subject: - Make the documentation match the code and the docstring X-Git-Tag: v2.6a1~2294 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=764a7ec8ca6e536f5c9783aceb38a05a725b1458;p=thirdparty%2FPython%2Fcpython.git - Make the documentation match the code and the docstring --- diff --git a/Doc/lib/libsmtplib.tex b/Doc/lib/libsmtplib.tex index 611cd0146b51..e0567e6c0640 100644 --- a/Doc/lib/libsmtplib.tex +++ b/Doc/lib/libsmtplib.tex @@ -185,7 +185,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}