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

Fred L. Drake python-dev@python.org
Mon, 27 Nov 2000 22:38:26 -0800


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

Modified Files:
	libpyexpat.tex 
Log Message:

Two minor nits.


Index: libpyexpat.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpyexpat.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** libpyexpat.tex	2000/10/29 05:10:30	1.7
--- libpyexpat.tex	2000/11/28 06:38:22	1.8
***************
*** 61,66 ****
  the local part will be concatenated without any separator. 
  
! For example, if \var{namespace_separator} is set to 
! \character{ }, and the following document is parsed:
  
  \begin{verbatim}
--- 61,66 ----
  the local part will be concatenated without any separator. 
  
! For example, if \var{namespace_separator} is set to a space character
! (\character{ }) and the following document is parsed:
  
  \begin{verbatim}
***************
*** 86,90 ****
  \class{xmlparser} objects have the following methods:
  
! \begin{methoddesc}[xmlparser]{Parse}{data \optional{, isfinal}}
  Parses the contents of the string \var{data}, calling the appropriate
  handler functions to process the parsed data.  \var{isfinal} must be
--- 86,90 ----
  \class{xmlparser} objects have the following methods:
  
! \begin{methoddesc}[xmlparser]{Parse}{data\optional{, isfinal}}
  Parses the contents of the string \var{data}, calling the appropriate
  handler functions to process the parsed data.  \var{isfinal} must be