]> granicus.if.org Git - python/commitdiff
Fix spelling.
authorRaymond Hettinger <python@rcn.com>
Tue, 3 Jul 2012 21:25:16 +0000 (14:25 -0700)
committerRaymond Hettinger <python@rcn.com>
Tue, 3 Jul 2012 21:25:16 +0000 (14:25 -0700)
Tools/scripts/highlight.py

index 88b709ff298cca5fb0fc53a93441d05efd8c5483..70da64931594d94659761b71f733db5b5e6f2316 100755 (executable)
@@ -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), '')