Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01b34af

Browse files
committed
#13715: fix typo in unicodedata doc. Patch by Eli Collins.
1 parent 9ecb6be commit 01b34af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/unicodedata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ following functions:
105105
based on the definition of canonical equivalence and compatibility equivalence.
106106
In Unicode, several characters can be expressed in various way. For example, the
107107
character U+00C7 (LATIN CAPITAL LETTER C WITH CEDILLA) can also be expressed as
108-
the sequence U+0327 (COMBINING CEDILLA) U+0043 (LATIN CAPITAL LETTER C).
108+
the sequence U+0043 (LATIN CAPITAL LETTER C) U+0327 (COMBINING CEDILLA).
109109

110110
For each character, there are two normal forms: normal form C and normal form D.
111111
Normal form D (NFD) is also known as canonical decomposition, and translates

0 commit comments

Comments
 (0)