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.

Author eli.collins
Recipients docs@python, eli.collins
Date 2012-01-05.16:47:20
SpamBayes Score 0.0008731681
Marked as misclassified No
Message-id <1325782041.56.0.783502480563.issue13715@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed a minor typo in the unicodedata.normalize() documentation...

The line reading 'U+0327 (COMBINING CEDILLA) U+0043 (LATIN CAPITAL LETTER C)' is not proper unicode, it should be in the reverse order: 'U+0043 (LATIN CAPITAL LETTER C) U+0327 (COMBINING CEDILLA)'.

attached is a small patch to fix this.
History
Date User Action Args
2012-01-05 16:47:21eli.collinssetrecipients: + eli.collins, docs@python
2012-01-05 16:47:21eli.collinssetmessageid: <1325782041.56.0.783502480563.issue13715@psf.upfronthosting.co.za>
2012-01-05 16:47:20eli.collinslinkissue13715 messages
2012-01-05 16:47:20eli.collinscreate