commit | eedb58d8d8214faa2c3849b6b085eb94c3da0660 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Tue Aug 13 01:12:41 2013 -0700 |
committer | Ned Deily <nad@acm.org> | Tue Aug 13 01:12:41 2013 -0700 |
tree | cb2dc94d779f181bebd5be649d6c3dafe3df9653 | |
parent | 0d53860e2c9a280e11a1e2216ed0041c8a7ca632 [diff] [blame] |
Issue 18724: Fix typo noticed by Susan Tan.
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index c00476e..addc6be 100644 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst
@@ -110,7 +110,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.