summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-02-08 20:05:40 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-02-08 20:05:40 (GMT)
commit7820554c2c12636b12f973d22d4a2dec7a30de5c (patch)
treef8e2954280516f18a1fbe784dfc8e21e32450645
parenta72169871dec0905b47d7de2198cd3998a2c0d25 (diff)
downloadcpython-7820554c2c12636b12f973d22d4a2dec7a30de5c.zip
cpython-7820554c2c12636b12f973d22d4a2dec7a30de5c.tar.gz
cpython-7820554c2c12636b12f973d22d4a2dec7a30de5c.tar.bz2
Fix typo
-rw-r--r--Doc/tools/prechm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/prechm.py b/Doc/tools/prechm.py
index adbebc8..99af86f 100644
--- a/Doc/tools/prechm.py
+++ b/Doc/tools/prechm.py
@@ -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)