mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix spelling and grammar in documentation and code comments
This commit is contained in:
parent
72e483aac4
commit
69332c1a64
14 changed files with 15 additions and 15 deletions
|
@ -475,7 +475,7 @@ class TokenEater:
|
|||
'# File: %(filename)s, line: %(lineno)d') % d, file=fp)
|
||||
elif options.locationstyle == options.GNU:
|
||||
# fit as many locations on one line, as long as the
|
||||
# resulting line length doesn't exceeds 'options.width'
|
||||
# resulting line length doesn't exceed 'options.width'
|
||||
locline = '#:'
|
||||
for filename, lineno in v:
|
||||
d = {'filename': filename, 'lineno': lineno}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue