From: Ned Deily Date: Tue, 13 Aug 2013 08:15:14 +0000 (-0700) Subject: Issue 18724: Fix typo noticed by Susan Tan. X-Git-Tag: v3.4.0a2~234 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cf5e61b8311989b7e8899f0ed9618383f2b2c31;p=python Issue 18724: Fix typo noticed by Susan Tan. --- 7cf5e61b8311989b7e8899f0ed9618383f2b2c31 diff --cc Doc/library/smtplib.rst index d5bd906ba4,addc6be923..a7d15384d0 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst @@@ -110,8 -110,8 +110,8 @@@ A nice selection of exceptions is defin .. exception:: SMTPException - The base exception class for all the other exceptions provided by this - module. + 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