Commit 9d0c8fd9 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix spelling.

parent eb1f26eb
......@@ -21,7 +21,7 @@ def combine_range(lines, start, end):
return ''.join(rows), end
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.append('')
readline = functools.partial(next, iter(lines), '')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment