Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1087d9c

Browse files
committed
Fix spelling.
1 parent 3a96161 commit 1087d9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/scripts/highlight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def combine_range(lines, start, end):
2121
return ''.join(rows), end
2222

2323
def isolate_tokens(source):
24-
'Generate chunks of source and indentify chunks to be highlighted'
24+
'Generate chunks of source and identify chunks to be highlighted'
2525
lines = source.splitlines(True)
2626
lines.append('')
2727
readline = functools.partial(next, iter(lines), '')

0 commit comments

Comments
 (0)