[Python-checkins] python/dist/src/Doc/tools prechm.py, 1.15.18.3,
1.15.18.4
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Sun Feb 8 15:06:44 EST 2004
Update of /cvsroot/python/python/dist/src/Doc/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30751
Modified Files:
Tag: release23-maint
prechm.py
Log Message:
Fix typo
Index: prechm.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/prechm.py,v
retrieving revision 1.15.18.3
retrieving revision 1.15.18.4
diff -C2 -d -r1.15.18.3 -r1.15.18.4
*** prechm.py 8 Feb 2004 19:26:13 -0000 1.15.18.3
--- prechm.py 8 Feb 2004 20:06:42 -0000 1.15.18.4
***************
*** 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