This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Typo in docs.python.org: smtplib python2.7
Type: Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Susan, docs@python, ned.deily, python-dev
Priority: normal Keywords:

Created on 2013-08-13 07:42 by Susan, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg195049 - (view) Author: Susan Tan (Susan) Date: 2013-08-13 07:42
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".
msg195051 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-08-13 08:16
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.python.org/cpython/rev/76d71bc949b6

New changeset 8dccd3b51711 by Ned Deily in branch 'default':
Issue 18724: Fix typo noticed by Susan Tan.
http://hg.python.org/cpython/rev/8dccd3b51711
msg195052 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2013-08-13 08:17
Thanks for the report!
History
Date User Action Args
2022-04-11 14:57:49adminsetgithub: 62924
2013-08-13 08:17:20ned.deilysetstatus: open -> closed

type: enhancement ->
versions: + Python 3.3, Python 3.4
nosy: + ned.deily

messages: + msg195052
resolution: fixed
stage: resolved
2013-08-13 08:16:21python-devsetnosy: + python-dev
messages: + msg195051
2013-08-13 07:42:27Susancreate