From 487f191b799ec102ab8f24ff7bd92a3a4b472122 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 1 Jul 2012 10:04:35 +0200 Subject: [PATCH] Fix filename. --- Tools/scripts/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/README b/Tools/scripts/README index e7e2ddeafb..84b888f19d 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 -- 2.40.0