[Python-checkins] r53370 - python/trunk/Doc/lib/libsmtplib.tex

matthias.klose python-checkins at python.org
Thu Jan 11 11:26:31 CET 2007


Author: matthias.klose
Date: Thu Jan 11 11:26:31 2007
New Revision: 53370

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


Modified: python/trunk/Doc/lib/libsmtplib.tex
==============================================================================
--- python/trunk/Doc/lib/libsmtplib.tex	(original)
+++ python/trunk/Doc/lib/libsmtplib.tex	Thu Jan 11 11:26:31 2007
@@ -185,7 +185,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