]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 20:05:40 +0000 (20:05 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 20:05:40 +0000 (20:05 +0000)
Doc/tools/prechm.py

index adbebc85b04df953aed93442169db186a2f83826..99af86f448f25110a5821c6677dce2da7064aa92 100644 (file)
@@ -23,7 +23,7 @@ import getopt
 import cgi
 
 usage_mode = '''
-Usage: pre_chm.py [-c] [-k] [-p] [-v 1.5[.x]] filename
+Usage: prechm.py [-c] [-k] [-p] [-v 1.5[.x]] filename
     -c: does not build filename.hhc (Table of Contents)
     -k: does not build filename.hhk (Index)
     -p: does not build filename.hhp (Project File)