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 comment inside class Charset about output_charset
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: docs@python, python-dev, r.david.murray, vajrasky
Priority: normal Keywords:

Created on 2013-07-13 02:52 by vajrasky, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fix_typo_charset.txt vajrasky, 2013-07-13 02:52 Fix for typo in class charset. review
Messages (3)
msg192990 - (view) Author: Vajrasky Kok (vajrasky) * Date: 2013-07-13 02:52
Python 3.4, line 197:

    output_charset: Some character sets must be converted before the can be

It is supposed to be:

    output_charset: Some character sets must be converted before they can be
msg192991 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-07-13 02:57
New changeset f91e6d0eb0f7 by R David Murray in branch '3.3':
#18437: fix comment typo.
http://hg.python.org/cpython/rev/f91e6d0eb0f7

New changeset da7d97ca1ef6 by R David Murray in branch 'default':
Merge: #18437: fix comment typo.
http://hg.python.org/cpython/rev/da7d97ca1ef6

New changeset 868010ed641c by R David Murray in branch '2.7':
#18437: fix comment typo.
http://hg.python.org/cpython/rev/868010ed641c
msg192992 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2013-07-13 02:58
Thanks.  Fixed.
History
Date User Action Args
2022-04-11 14:57:47adminsetgithub: 62637
2013-07-13 02:58:02r.david.murraysetstatus: open -> closed
versions: + Python 2.7, Python 3.3
messages: + msg192992

resolution: fixed
stage: resolved
2013-07-13 02:57:25python-devsetnosy: + python-dev
messages: + msg192991
2013-07-13 02:52:12vajraskycreate