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

index d0c355be1f9d0594a40f114abf0c1248df11090f..104f5aca4b288976c80d715edc91807e96a9447d 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)