[Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.100,1.101

Fred L. Drake python-dev@python.org
Wed, 03 Jan 2001 21:56:36 -0800


Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv7015/api

Modified Files:
	api.tex 
Log Message:

Markup nit:  Command line options should be marked with \programopt.


Index: api.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -r1.100 -r1.101
*** api.tex	2000/12/19 03:53:01	1.100
--- api.tex	2001/01/04 05:56:34	1.101
***************
*** 976,981 ****
  
  For information about warning control, see the documentation for the
! \module{warnings} module and the \samp{-W} option in the command line
! documentation.  There is no C API for warning control.
  \end{cfuncdesc}
  
--- 976,981 ----
  
  For information about warning control, see the documentation for the
! \module{warnings} module and the \programopt{-W} option in the command
! line documentation.  There is no C API for warning control.
  \end{cfuncdesc}