summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2007-01-11 10:25:45 (GMT)
committerMatthias Klose <doko@ubuntu.com>2007-01-11 10:25:45 (GMT)
commit1c3d0de47264e6bdfa296067294b7c66592f5a2f (patch)
tree1c9caf15d978a3b6410a8cbd42d09c9a3924ff72
parent3193763bdfc42c7ce5df86fe2327c6ff74d26209 (diff)
downloadcpython-1c3d0de47264e6bdfa296067294b7c66592f5a2f.zip
cpython-1c3d0de47264e6bdfa296067294b7c66592f5a2f.tar.gz
cpython-1c3d0de47264e6bdfa296067294b7c66592f5a2f.tar.bz2
- Make the documentation match the code and the docstring
-rw-r--r--Doc/lib/libsmtplib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsmtplib.tex b/Doc/lib/libsmtplib.tex
index 2f87bc4..3d74dd8 100644
--- a/Doc/lib/libsmtplib.tex
+++ b/Doc/lib/libsmtplib.tex
@@ -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}