]> granicus.if.org Git - python/commitdiff
Issue 18724: Fix typo noticed by Susan Tan.
authorNed Deily <nad@acm.org>
Tue, 13 Aug 2013 08:11:56 +0000 (01:11 -0700)
committerNed Deily <nad@acm.org>
Tue, 13 Aug 2013 08:11:56 +0000 (01:11 -0700)
Doc/library/smtplib.rst

index 4f3b572aab46eac7b287b06c172ed06200920b7f..e145659f62eae7d28a965d96cab9aecb0b9d1bb7 100644 (file)
@@ -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.