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

Fred L. Drake fdrake@users.sourceforge.net
Tue, 14 Aug 2001 14:51:52 -0700


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

Modified Files:
	libwarnings.tex 
Log Message:

Fix a minor typo and mark an exception name that was missed.


Index: libwarnings.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libwarnings.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** libwarnings.tex	2001/02/28 23:34:21	1.5
--- libwarnings.tex	2001/08/14 21:51:50	1.6
***************
*** 56,60 ****
  
  \lineii{Warning}{This is the base class of all warning category
! classes.  It itself a subclass of Exception.}
  
  \lineii{UserWarning}{The default category for \function{warn()}.}
--- 56,60 ----
  
  \lineii{Warning}{This is the base class of all warning category
! classes.  It is a subclass of \exception{Exception}.}
  
  \lineii{UserWarning}{The default category for \function{warn()}.}