mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
fix typos, mostly in comments
This commit is contained in:
parent
f339654280
commit
db390c1ad8
10 changed files with 14 additions and 13 deletions
|
@ -133,7 +133,7 @@ class Ignore:
|
|||
# the ignore list
|
||||
n = len(mod)
|
||||
# (will not overflow since if the first n characters are the
|
||||
# same and the name has not already occured, then the size
|
||||
# same and the name has not already occurred, then the size
|
||||
# of "name" is greater than that of "mod")
|
||||
if mod == modulename[:n] and modulename[n] == '.':
|
||||
self._ignore[modulename] = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue