mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Fix comment typo.
This commit is contained in:
parent
7dc65d6403
commit
771bc377f8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user