]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Make the documentation match the code and the docstring
authorMatthias Klose <doko@ubuntu.com>
Thu, 11 Jan 2007 10:26:31 +0000 (10:26 +0000)
committerMatthias Klose <doko@ubuntu.com>
Thu, 11 Jan 2007 10:26:31 +0000 (10:26 +0000)
Doc/lib/libsmtplib.tex

index 611cd0146b51b30f1c416e66c0f94b8ea5b2abcb..e0567e6c06405b96bd8c8b190829f43803e30db4 100644 (file)
@@ -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}