Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce9b471

Browse files
committed
SF patch #880552: Fix typo in usage message(prechm.py)
(Contributed by George Yoshida.) * Also convert tabs to spaces.
1 parent b32e640 commit ce9b471

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/tools/prechm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import cgi
2424

2525
usage_mode = '''
26-
Usage: make_chm.py [-c] [-k] [-p] [-v 1.5[.x]] filename
26+
Usage: pre_chm.py [-c] [-k] [-p] [-v 1.5[.x]] filename
2727
-c: does not build filename.hhc (Table of Contents)
2828
-k: does not build filename.hhk (Index)
2929
-p: does not build filename.hhp (Project File)
@@ -93,8 +93,8 @@
9393
<!-- Sitemap 1.0 -->
9494
</HEAD><BODY>
9595
<OBJECT type="text/site properties">
96-
<param name="Window Styles" value="0x801227">
97-
<param name="ImageType" value="Folder">
96+
<param name="Window Styles" value="0x801227">
97+
<param name="ImageType" value="Folder">
9898
</OBJECT>
9999
<UL>
100100
'''

0 commit comments

Comments
 (0)