]> granicus.if.org Git - python/commitdiff
Fix filename.
authorGeorg Brandl <georg@python.org>
Sun, 1 Jul 2012 08:04:35 +0000 (10:04 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 1 Jul 2012 08:04:35 +0000 (10:04 +0200)
Tools/scripts/README

index e7e2ddeafbf3d7f2b165d207444eb48c5c879b65..84b888f19d754ac0f1a8ac63031fe7da51cda913 100644 (file)
@@ -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