[issue18724] Typo in docs.python.org: smtplib python2.7

2013-08-13 Thread Ned Deily
Ned Deily added the comment: Thanks for the report! -- nosy: +ned.deily resolution: -> fixed stage: -> committed/rejected status: open -> closed type: enhancement -> versions: +Python 3.3, Python 3.4 ___ Python tracker

[issue18724] Typo in docs.python.org: smtplib python2.7

2013-08-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset bd030e70cecb by Ned Deily in branch '2.7': Issue 18724: Fix typo noticed by Susan Tan. http://hg.python.org/cpython/rev/bd030e70cecb New changeset 76d71bc949b6 by Ned Deily in branch '3.3': Issue 18724: Fix typo noticed by Susan Tan. http://hg.pytho

[issue18724] Typo in docs.python.org: smtplib python2.7

2013-08-13 Thread Susan Tan
New submission from Susan Tan: http://docs.python.org/2.7/library/smtplib.html#smtplib.SMTPException "exception smtplib.SMTPException The base exception class for all the other excpetions provided by this module." The word "exceptions" is spelled incorrectly in the in "other excpetions".