summaryrefslogtreecommitdiff
path: root/Tools/unicode
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-26 01:33:30 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-26 01:33:30 +0300
commitd640fe2af5095c8104a7cf850c2a669c8e864215 (patch)
tree04fbf97c7f008821c9999531a56bdebc319353d5 /Tools/unicode
parentc020e7f8cb04ff81197501781e92a26fa4382135 (diff)
parent7c4a7e6f3cbd98ad547a3f1661582517612419e3 (diff)
downloadcpython-git-d640fe2af5095c8104a7cf850c2a669c8e864215.tar.gz
#18803: merge with 3.3.
Diffstat (limited to 'Tools/unicode')
-rw-r--r--Tools/unicode/makeunicodedata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py
index 01021c8ed1..ea43c0ed32 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.