diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-07-27 18:42:41 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-07-27 18:42:41 (GMT) |
commit | 623005e94a3867c4c1b58969c03ee1ce91f82026 (patch) | |
tree | 6260fe8e85a75d6bb498c1b1f915e27ea69b994a | |
parent | 5ee6616528f9328b0d1fd0139d0ce0d21d616706 (diff) | |
download | cpython-623005e94a3867c4c1b58969c03ee1ce91f82026.zip cpython-623005e94a3867c4c1b58969c03ee1ce91f82026.tar.gz cpython-623005e94a3867c4c1b58969c03ee1ce91f82026.tar.bz2 |
Add missing word
-rw-r--r-- | Doc/lib/libunicodedata.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libunicodedata.tex b/Doc/lib/libunicodedata.tex index 631f12d..1998ea8 100644 --- a/Doc/lib/libunicodedata.tex +++ b/Doc/lib/libunicodedata.tex @@ -108,7 +108,7 @@ decomposition, and translates each character into its decomposed form. Normal form C (NFC) first applies a canonical decomposition, then composes pre-combined characters again. -In addition to these two forms, there two additional normal forms +In addition to these two forms, there are two additional normal forms based on compatibility equivalence. In Unicode, certain characters are supported which normally would be unified with other characters. For example, U+2160 (ROMAN NUMERAL ONE) is really the same thing as U+0049 @@ -139,3 +139,4 @@ the Unicode database (such as IDNA). \versionadded{2.5} \end{datadesc} + |