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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eedb58d8d8214faa2c3849b6b085eb94c3da0660;p=python Issue 18724: Fix typo noticed by Susan Tan. --- diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index c00476eb9e..addc6be923 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.