[issue18437] Typo in comment inside class Charset about output_charset

2013-07-12 Thread R. David Murray
R. David Murray added the comment: Thanks. Fixed. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 2.7, Python 3.3 ___ Python tracker

[issue18437] Typo in comment inside class Charset about output_charset

2013-07-12 Thread Roundup Robot
Roundup Robot added the comment: 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/r

[issue18437] Typo in comment inside class Charset about output_charset

2013-07-12 Thread Vajrasky Kok
New submission from Vajrasky Kok: 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 -- assignee: docs@python components: Documentation fil