[Python-checkins] CVS: python/dist/src/Doc/lib xmlsaxreader.tex,1.2,1.3

Fred L. Drake fdrake@users.sourceforge.net
Tue, 06 Nov 2001 14:11:36 -0800


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

Modified Files:
	xmlsaxreader.tex 
Log Message:
Remove stray quotes; probably left over from conversion from docstrings.

Index: xmlsaxreader.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmlsaxreader.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** xmlsaxreader.tex	2001/07/06 20:30:11	1.2
--- xmlsaxreader.tex	2001/11/06 22:11:34	1.3
***************
*** 198,202 ****
    parser so that it is ready to parse new documents. The results of
    calling parse or feed after close without calling reset are
!   undefined."""
  \end{methoddesc}
  
--- 198,202 ----
    parser so that it is ready to parse new documents. The results of
    calling parse or feed after close without calling reset are
!   undefined.
  \end{methoddesc}