[Python-checkins] cpython (merge 3.3 -> default): Issue 18724: Fix typo noticed by Susan Tan.

ned.deily python-checkins at python.org
Tue Aug 13 10:16:24 CEST 2013


http://hg.python.org/cpython/rev/8dccd3b51711
changeset:   85153:8dccd3b51711
parent:      85150:f8942b8e6774
parent:      85152:76d71bc949b6
user:        Ned Deily <nad at acm.org>
date:        Tue Aug 13 01:15:14 2013 -0700
summary:
  Issue 18724: Fix typo noticed by Susan Tan.

files:
  Doc/library/smtplib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst
--- a/Doc/library/smtplib.rst
+++ b/Doc/library/smtplib.rst
@@ -111,7 +111,7 @@
 .. exception:: SMTPException
 
    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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list