Fix comment typo.

This commit is contained in:
Walter Dörwald 2003-02-02 23:39:45 +00:00
parent 7dc65d6403
commit 771bc377f8

View file

@ -95,7 +95,7 @@ def readmap(filename):
else: else:
enc2uni[enc] = (uni,comment) enc2uni[enc] = (uni,comment)
# If there are more identity-mapped entries than unmapped entries, # If there are more identity-mapped entries than unmapped entries,
# it pays to generate an identity dictionary first, add add explicit # it pays to generate an identity dictionary first, and add explicit
# mappings to None for the rest # mappings to None for the rest
if len(identity)>=len(unmapped): if len(identity)>=len(unmapped):
for enc in unmapped: for enc in unmapped: