summaryrefslogtreecommitdiff
path: root/Doc/library/smtplib.rst
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-08-13 01:15:14 -0700
committerNed Deily <nad@acm.org>2013-08-13 01:15:14 -0700
commit7cf5e61b8311989b7e8899f0ed9618383f2b2c31 (patch)
tree229813621a1bbf9f7d28231e3b8bbd0eca42d84b /Doc/library/smtplib.rst
parent07abe7aedb4a92d396fcbbc70ade6e78ea2c4c1a (diff)
parenteedb58d8d8214faa2c3849b6b085eb94c3da0660 (diff)
downloadcpython-git-7cf5e61b8311989b7e8899f0ed9618383f2b2c31.tar.gz
Issue 18724: Fix typo noticed by Susan Tan.
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 d5bd906ba4..a7d15384d0 100644
--- a/Doc/library/smtplib.rst
+++ b/Doc/library/smtplib.rst
@@ -111,7 +111,7 @@ A nice selection of exceptions is defined as well:
.. exception:: SMTPException
Subclass of :exc:`OSError` that is the base exception class for all
- the other excpetions provided by this module.
+ the other exceptions provided by this module.
.. exception:: SMTPServerDisconnected