[Python-checkins] python/dist/src/Doc/tools prechm.py,1.16,1.17

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Feb 8 14:24:20 EST 2004


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

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

* Also convert tabs to spaces.



Index: prechm.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/prechm.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** prechm.py	23 Sep 2003 20:50:47 -0000	1.16
--- prechm.py	8 Feb 2004 19:24:18 -0000	1.17
***************
*** 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