summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-01-16 08:42:32 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2012-01-16 08:42:32 +0200
commit01b34afb3a9087444aabc7472e4acfbb3cef62df (patch)
tree604585ca60cc528c423bcdd7e1dd1c70347b3c1f
parent9ecb6beb8c96825c33ca29d34e02b6e80b0b3f52 (diff)
downloadcpython-git-01b34afb3a9087444aabc7472e4acfbb3cef62df.tar.gz
#13715: fix typo in unicodedata doc. Patch by Eli Collins.
-rw-r--r--Doc/library/unicodedata.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst
index bcb3da3114..42400dfd78 100644
--- a/Doc/library/unicodedata.rst
+++ b/Doc/library/unicodedata.rst
@@ -105,7 +105,7 @@ 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