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

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Feb 8 15:05:43 EST 2004


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

Modified Files:
	prechm.py 
Log Message:
Fix typo

Index: prechm.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/prechm.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** prechm.py	8 Feb 2004 19:24:18 -0000	1.17
--- prechm.py	8 Feb 2004 20:05:40 -0000	1.18
***************
*** 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)
--- 24,28 ----
  
  usage_mode = '''
! Usage: prechm.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)




More information about the Python-checkins mailing list