Commit 771bc377 authored by Walter Dörwald's avatar Walter Dörwald

Fix comment typo.

parent 7dc65d64
......@@ -95,7 +95,7 @@ def readmap(filename):
else:
enc2uni[enc] = (uni,comment)
# 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
if len(identity)>=len(unmapped):
for enc in unmapped:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment