diff -r 7d87ebbbd718 Doc/library/unicodedata.rst --- a/Doc/library/unicodedata.rst Thu Jan 05 11:46:20 2012 +0000 +++ b/Doc/library/unicodedata.rst Thu Jan 05 11:31:40 2012 -0500 @@ -108,7 +108,7 @@ 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