mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Fix typo
This commit is contained in:
parent
a72169871d
commit
7820554c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ import getopt
|
||||||
import cgi
|
import cgi
|
||||||
|
|
||||||
usage_mode = '''
|
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)
|
-c: does not build filename.hhc (Table of Contents)
|
||||||
-k: does not build filename.hhk (Index)
|
-k: does not build filename.hhk (Index)
|
||||||
-p: does not build filename.hhp (Project File)
|
-p: does not build filename.hhp (Project File)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue