[Python-checkins] python/dist/src/Doc/tools prechm.py, 1.15.18.2, 1.15.18.3

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Feb 8 14:26:15 EST 2004


Update of /cvsroot/python/python/dist/src/Doc/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21871

Modified Files:
      Tag: release23-maint
	prechm.py 
Log Message:
SF patch #880552:  Fix typo in usage message(prechm.py)
(Contributed by George Yoshida.)



Index: prechm.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/prechm.py,v
retrieving revision 1.15.18.2
retrieving revision 1.15.18.3
diff -C2 -d -r1.15.18.2 -r1.15.18.3
*** prechm.py	23 Sep 2003 20:34:40 -0000	1.15.18.2
--- prechm.py	8 Feb 2004 19:26:13 -0000	1.15.18.3
***************
*** 24,28 ****
  
  usage_mode = '''
! Usage: make_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)
--- 24,28 ----
  
  usage_mode = '''
! 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)
***************
*** 94,99 ****
  </HEAD><BODY>
  <OBJECT type="text/site properties">
! 	<param name="Window Styles" value="0x801227">
! 	<param name="ImageType" value="Folder">
  </OBJECT>
  <UL>
--- 94,99 ----
  </HEAD><BODY>
  <OBJECT type="text/site properties">
!         <param name="Window Styles" value="0x801227">
!         <param name="ImageType" value="Folder">
  </OBJECT>
  <UL>




More information about the Python-checkins mailing list