Issue 18724: Fix typo noticed by Susan Tan.

This commit is contained in:
Ned Deily 2013-08-13 01:15:14 -07:00
commit 7cf5e61b83
1 changed files with 1 additions and 1 deletions

View File

@ -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