mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Fix typos in the Tools directory (GH-28769)
Like #28744 but for the Tools directory. [skip issue] Opening a related issue is pending python/psf-infra-meta#130 Automerge-Triggered-By: GH:pablogsal
This commit is contained in:
parent
0571b934f5
commit
682aecfdeb
15 changed files with 24 additions and 24 deletions
|
@ -26,7 +26,7 @@ def parse_entries(entries, *, ignoresep=None):
|
|||
# We read the entire file here to ensure the file
|
||||
# gets closed sooner rather than later. Note that
|
||||
# the file would stay open if this iterator is never
|
||||
# exchausted.
|
||||
# exhausted.
|
||||
lines = infile.read().splitlines()
|
||||
for line in _iter_significant_lines(lines):
|
||||
yield line, filename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue