[Python-checkins] cpython: Fix spelling.

raymond.hettinger python-checkins at python.org
Tue Jul 3 23:25:22 CEST 2012


http://hg.python.org/cpython/rev/f9c8260da02d
changeset:   77941:f9c8260da02d
user:        Raymond Hettinger <python at rcn.com>
date:        Tue Jul 03 14:25:16 2012 -0700
summary:
  Fix spelling.

files:
  Tools/scripts/highlight.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Tools/scripts/highlight.py b/Tools/scripts/highlight.py
--- a/Tools/scripts/highlight.py
+++ b/Tools/scripts/highlight.py
@@ -21,7 +21,7 @@
     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), '')

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list