diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-01-16 06:42:32 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-01-16 06:42:32 (GMT) |
commit | 8eab1fdc8b9a7e4858356f4dd7017540855e5587 (patch) | |
tree | d9ecfae8df6b6b34863e44e46aeb8600d257980b /Doc/library | |
parent | 055d70d5889211460971f498ddf82c5bc0b61dc8 (diff) | |
download | cpython-8eab1fdc8b9a7e4858356f4dd7017540855e5587.zip cpython-8eab1fdc8b9a7e4858356f4dd7017540855e5587.tar.gz cpython-8eab1fdc8b9a7e4858356f4dd7017540855e5587.tar.bz2 |
#13715: fix typo in unicodedata doc. Patch by Eli Collins.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/unicodedata.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index c765d74..4d9b3c5 100644 --- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -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 |