diff options
Diffstat (limited to 'Tools/unicode/makeunicodedata.py')
-rw-r--r-- | Tools/unicode/makeunicodedata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py index 01021c8..ea43c0e 100644 --- a/Tools/unicode/makeunicodedata.py +++ b/Tools/unicode/makeunicodedata.py @@ -966,7 +966,7 @@ class UnicodeData: assert pua_index - NAME_ALIASES_START == len(self.aliases) self.named_sequences = [] - # store named seqences in the PUA 1, in range U+F0100.., + # store named sequences in the PUA 1, in range U+F0100.., # in order to take advantage of the compression and lookup # algorithms used for the other characters. |