summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2007-01-11 10:26:31 (GMT)
committerMatthias Klose <doko@ubuntu.com>2007-01-11 10:26:31 (GMT)
commit764a7ec8ca6e536f5c9783aceb38a05a725b1458 (patch)
treee26a09bffd05543c2cd075b2e0ff724b13525bc4 /Doc
parent833e9611b3173d454bf2c78bc7f60fa79ad8b5ee (diff)
downloadcpython-764a7ec8ca6e536f5c9783aceb38a05a725b1458.zip
cpython-764a7ec8ca6e536f5c9783aceb38a05a725b1458.tar.gz
cpython-764a7ec8ca6e536f5c9783aceb38a05a725b1458.tar.bz2
- Make the documentation match the code and the docstring
Diffstat (limited to 'Doc')
-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 611cd01..e0567e6 100644
--- a/Doc/lib/libsmtplib.tex
+++ b/Doc/lib/libsmtplib.tex
@@ -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}