mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Fix spelling.
This commit is contained in:
parent
3a96161a73
commit
1087d9c4b3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def combine_range(lines, start, end):
|
||||||
return ''.join(rows), end
|
return ''.join(rows), end
|
||||||
|
|
||||||
def isolate_tokens(source):
|
def isolate_tokens(source):
|
||||||
'Generate chunks of source and indentify chunks to be highlighted'
|
'Generate chunks of source and identify chunks to be highlighted'
|
||||||
lines = source.splitlines(True)
|
lines = source.splitlines(True)
|
||||||
lines.append('')
|
lines.append('')
|
||||||
readline = functools.partial(next, iter(lines), '')
|
readline = functools.partial(next, iter(lines), '')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue