]> granicus.if.org Git - python/commitdiff
SF patch #880552: Fix typo in usage message(prechm.py)
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 19:24:18 +0000 (19:24 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 19:24:18 +0000 (19:24 +0000)
(Contributed by George Yoshida.)

* Also convert tabs to spaces.

Doc/tools/prechm.py

index 0367bda6567f675354531a2879e576e0ecb8bffd..adbebc85b04df953aed93442169db186a2f83826 100644 (file)
@@ -23,7 +23,7 @@ import getopt
 import cgi
 
 usage_mode = '''
-Usage: make_chm.py [-c] [-k] [-p] [-v 1.5[.x]] filename
+Usage: pre_chm.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)
@@ -93,8 +93,8 @@ contents_header = '''\
 <!-- Sitemap 1.0 -->
 </HEAD><BODY>
 <OBJECT type="text/site properties">
-       <param name="Window Styles" value="0x801227">
-       <param name="ImageType" value="Folder">
+        <param name="Window Styles" value="0x801227">
+        <param name="ImageType" value="Folder">
 </OBJECT>
 <UL>
 '''