[New-bugs-announce] [issue13715] typo in unicodedata documentation

Eli Collins report at bugs.python.org
Thu Jan 5 17:47:21 CET 2012


New submission from Eli Collins <elic at assurancetechnologies.com>:

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.

----------
assignee: docs at python
components: Documentation
files: docfix.patch
keywords: patch
messages: 150670
nosy: docs at python, eli.collins
priority: normal
severity: normal
status: open
title: typo in unicodedata documentation
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file24145/docfix.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13715>
_______________________________________


More information about the New-bugs-announce mailing list