New submission from Eli Collins <e...@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@python
components: Documentation
files: docfix.patch
keywords: patch
messages: 150670
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13715>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to