]> granicus.if.org Git - python/commitdiff
#13715: fix typo in unicodedata doc. Patch by Eli Collins.
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 16 Jan 2012 06:42:32 +0000 (08:42 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 16 Jan 2012 06:42:32 +0000 (08:42 +0200)
Doc/library/unicodedata.rst

index c765d74f621f014c462f3323a1705853c2ee0031..4d9b3c5fcd9ed9df088c065f91a90ca0004ee7cf 100644 (file)
@@ -107,7 +107,7 @@ It defines the following functions:
    based on the definition of canonical equivalence and compatibility equivalence.
    In Unicode, several characters can be expressed in various way. For example, the
    character U+00C7 (LATIN CAPITAL LETTER C WITH CEDILLA) can also be expressed as
-   the sequence U+0327 (COMBINING CEDILLA) U+0043 (LATIN CAPITAL LETTER C).
+   the sequence U+0043 (LATIN CAPITAL LETTER C) U+0327 (COMBINING CEDILLA).
 
    For each character, there are two normal forms: normal form C and normal form D.
    Normal form D (NFD) is also known as canonical decomposition, and translates