From: Ned Deily Date: Tue, 13 Aug 2013 08:11:56 +0000 (-0700) Subject: Issue 18724: Fix typo noticed by Susan Tan. X-Git-Tag: v2.7.6rc1~245 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6681398dddd1fde52c6808ebd6c8b47cdc7f3b3e;p=thirdparty%2FPython%2Fcpython.git Issue 18724: Fix typo noticed by Susan Tan. --- diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index 4f3b572aab46..e145659f62ea 100644 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst @@ -79,7 +79,7 @@ A nice selection of exceptions is defined as well: .. 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.