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

Fred L. Drake python-dev@python.org
Mon, 4 Dec 2000 14:29:20 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv29719/Doc/lib

Modified Files:
	xmlsaxhandler.tex 
Log Message:

Two typos caught by /F; thanks!


Index: xmlsaxhandler.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmlsaxhandler.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** xmlsaxhandler.tex	2000/12/04 22:04:15	1.2
--- xmlsaxhandler.tex	2000/12/04 22:29:17	1.3
***************
*** 259,267 ****
    \strong{Note:}  The earlier SAX 1 interface provided by the Python
    XML Special Interest Group used a more Java-like interface for this
!   method.  Since most parsers used from Python did not take advatage
    of the older interface, the simpler signature was chosen to replace
    it.  To convert old code to the new interface, use \var{content}
    instead of slicing content with the old \var{offset} and
!   \var{lenght} parameters.
  \end{methoddesc}
  
--- 259,267 ----
    \strong{Note:}  The earlier SAX 1 interface provided by the Python
    XML Special Interest Group used a more Java-like interface for this
!   method.  Since most parsers used from Python did not take advantage
    of the older interface, the simpler signature was chosen to replace
    it.  To convert old code to the new interface, use \var{content}
    instead of slicing content with the old \var{offset} and
!   \var{length} parameters.
  \end{methoddesc}