diff options
author | Ned Deily <nad@acm.org> | 2013-08-13 08:15:14 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-08-13 08:15:14 (GMT) |
commit | 7cf5e61b8311989b7e8899f0ed9618383f2b2c31 (patch) | |
tree | 229813621a1bbf9f7d28231e3b8bbd0eca42d84b /Doc | |
parent | 07abe7aedb4a92d396fcbbc70ade6e78ea2c4c1a (diff) | |
parent | eedb58d8d8214faa2c3849b6b085eb94c3da0660 (diff) | |
download | cpython-7cf5e61b8311989b7e8899f0ed9618383f2b2c31.zip cpython-7cf5e61b8311989b7e8899f0ed9618383f2b2c31.tar.gz cpython-7cf5e61b8311989b7e8899f0ed9618383f2b2c31.tar.bz2 |
Issue 18724: Fix typo noticed by Susan Tan.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/smtplib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index d5bd906..a7d1538 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 |