commit | 6681398dddd1fde52c6808ebd6c8b47cdc7f3b3e | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Tue Aug 13 01:11:56 2013 -0700 |
committer | Ned Deily <nad@acm.org> | Tue Aug 13 01:11:56 2013 -0700 |
tree | 6a095e31bc4596e8f9dff62b90470e6c67a7c308 | |
parent | 1eeba83867b08ccb688ee4fc0e1d60f3ed6f1f68 [diff] [blame] |
Issue 18724: Fix typo noticed by Susan Tan.
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index 4f3b572..e145659 100644 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst
@@ -79,7 +79,7 @@ .. exception:: SMTPException - The base exception class for all the other excpetions provided by this + The base exception class for all the other exceptions provided by this module.