[Python-checkins] r53371 - python/branches/release24-maint/Doc/lib/libsmtplib.tex

matthias.klose python-checkins at python.org
Thu Jan 11 11:27:34 CET 2007


Author: matthias.klose
Date: Thu Jan 11 11:27:33 2007
New Revision: 53371

Modified:
   python/branches/release24-maint/Doc/lib/libsmtplib.tex
Log:
- Make the documentation match the code and the docstring


Modified: python/branches/release24-maint/Doc/lib/libsmtplib.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libsmtplib.tex	(original)
+++ python/branches/release24-maint/Doc/lib/libsmtplib.tex	Thu Jan 11 11:27:33 2007
@@ -173,7 +173,7 @@
     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}


More information about the Python-checkins mailing list