mirror of
https://github.com/python/cpython.git
synced 2025-07-22 18:55:22 +00:00
Fix comment typo.
This commit is contained in:
parent
7dc65d6403
commit
771bc377f8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue