[Python-checkins] cpython: Fix filename.

georg.brandl python-checkins at python.org
Sun Jul 1 10:04:01 CEST 2012


http://hg.python.org/cpython/rev/b31fef9f65dc
changeset:   77910:b31fef9f65dc
user:        Georg Brandl <georg at python.org>
date:        Sun Jul 01 10:04:35 2012 +0200
summary:
  Fix filename.

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


diff --git a/Tools/scripts/README b/Tools/scripts/README
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -47,7 +47,7 @@
 pickle2db.py            Load a pickle generated by db2pickle.py to a database
 pindent.py              Indent Python code, giving block-closing comments
 ptags.py                Create vi tags file for Python modules
-pycolorize              Python syntax highlighting with HTML output.
+pycolorize.py           Python syntax highlighting with HTML output
 pydoc3                  Python documentation browser
 pysource.py             Find Python source files
 redemo.py               Basic regular expression demonstration facility

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


More information about the Python-checkins mailing list