summaryrefslogtreecommitdiffstats
path: root/Doc/library/smtplib.rst
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-04-14 10:46:35 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-04-14 10:46:35 (GMT)
commit8a34596bbecdd5ad3dfd15df6fd4efa658e82765 (patch)
tree4d76386a9ce7c6522f7039e217f26cfd6f934d2d /Doc/library/smtplib.rst
parent96d6a78ce03e3642e83fe80cad3ef549cf8717ed (diff)
downloadcpython-8a34596bbecdd5ad3dfd15df6fd4efa658e82765.zip
cpython-8a34596bbecdd5ad3dfd15df6fd4efa658e82765.tar.gz
cpython-8a34596bbecdd5ad3dfd15df6fd4efa658e82765.tar.bz2
#2118: IOError is deprecated, use OSError.
Diffstat (limited to 'Doc/library/smtplib.rst')
-rw-r--r--Doc/library/smtplib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst
index 04036dc..5762bb6 100644
--- a/Doc/library/smtplib.rst
+++ b/Doc/library/smtplib.rst
@@ -103,7 +103,7 @@ A nice selection of exceptions is defined as well:
.. exception:: SMTPException
- Subclass of :exc:`IOError` that is the base exception class for all
+ Subclass of :exc:`OSError` that is the base exception class for all
the other excpetions provided by this module.