[Python-checkins] CVS: python/dist/src/Doc/lib libwarnings.tex,1.8,1.9

Neal Norwitz nnorwitz@users.sourceforge.net
Thu, 21 Mar 2002 04:58:57 -0800


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

Modified Files:
	libwarnings.tex 
Log Message:
Fix grammar

Index: libwarnings.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libwarnings.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** libwarnings.tex	21 Mar 2002 10:38:40 -0000	1.8
--- libwarnings.tex	21 Mar 2002 12:58:54 -0000	1.9
***************
*** 148,152 ****
  (see above); it defaults to \exception{UserWarning}.  Alternatively
  \var{message} can be a \exception{Warning} instance, in which case
! \var{category} will be ignore and \code{message.__class__} will be used.
  In this case the message text will be \code{str(message)}. This function
  raises an exception if the particular warning issued is changed
--- 148,152 ----
  (see above); it defaults to \exception{UserWarning}.  Alternatively
  \var{message} can be a \exception{Warning} instance, in which case
! \var{category} will be ignored and \code{message.__class__} will be used.
  In this case the message text will be \code{str(message)}. This function
  raises an exception if the particular warning issued is changed