summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/README
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-07-01 08:04:35 (GMT)
committerGeorg Brandl <georg@python.org>2012-07-01 08:04:35 (GMT)
commit487f191b799ec102ab8f24ff7bd92a3a4b472122 (patch)
tree39c1e5afc5ce5e2f183c2289fa116a5506ef8818 /Tools/scripts/README
parentc9d2fc390d7eee2bc8c19e029ea4958aa10a4922 (diff)
downloadcpython-487f191b799ec102ab8f24ff7bd92a3a4b472122.zip
cpython-487f191b799ec102ab8f24ff7bd92a3a4b472122.tar.gz
cpython-487f191b799ec102ab8f24ff7bd92a3a4b472122.tar.bz2
Fix filename.
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r--Tools/scripts/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README
index e7e2dde..84b888f 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -47,7 +47,7 @@ pdeps.py Print dependencies between Python modules
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