From: Ned Deily Date: Tue, 13 Aug 2013 08:12:41 +0000 (-0700) Subject: Issue 18724: Fix typo noticed by Susan Tan. X-Git-Tag: v3.4.0a2~234^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eedb58d8d8214faa2c3849b6b085eb94c3da0660;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 c00476eb9e0c..addc6be923b9 100644 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst @@ -110,7 +110,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.