Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a96161 commit 1087d9cCopy full SHA for 1087d9c
1 file changed
Tools/scripts/highlight.py
@@ -21,7 +21,7 @@ def combine_range(lines, start, end):
21
return ''.join(rows), end
22
23
def isolate_tokens(source):
24
- 'Generate chunks of source and indentify chunks to be highlighted'
+ 'Generate chunks of source and identify chunks to be highlighted'
25
lines = source.splitlines(True)
26
lines.append('')
27
readline = functools.partial(next, iter(lines), '')
0 commit comments