[Python-checkins] python/dist/src/Doc/ref ref6.tex,1.61,1.62

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri, 24 Jan 2003 19:47:37 -0800


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1:/tmp/cvs-serv18435

Modified Files:
	ref6.tex 
Log Message:
Fix typo reported to python-docs.


Index: ref6.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref6.tex,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** ref6.tex	19 Jan 2003 13:08:18 -0000	1.61
--- ref6.tex	25 Jan 2003 03:47:35 -0000	1.62
***************
*** 534,538 ****
  
  If the first object is an instance, the type of the exception is the
! class of the instance, the instance itself if the value, and the
  second object must be \code{None}.
  
--- 534,538 ----
  
  If the first object is an instance, the type of the exception is the
! class of the instance, the instance itself is the value, and the
  second object must be \code{None}.