]> granicus.if.org Git - python/commitdiff
- Make the documentation match the code and the docstring
authorMatthias Klose <doko@ubuntu.com>
Thu, 11 Jan 2007 10:25:45 +0000 (10:25 +0000)
committerMatthias Klose <doko@ubuntu.com>
Thu, 11 Jan 2007 10:25:45 +0000 (10:25 +0000)
Doc/lib/libsmtplib.tex

index 2f87bc483b1a88bc9a1067b9b8d157ed3c71ae91..3d74dd8b2b7e3b3f354e7893f6008a958b0e78e0 100644 (file)
@@ -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}