[Python-checkins] python/dist/src/Doc/lib xmlsaxhandler.tex, 1.10.12.1, 1.10.12.2

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Mon Oct 25 23:42:00 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2279

Modified Files:
      Tag: release23-maint
	xmlsaxhandler.tex 
Log Message:
add missing line break


Index: xmlsaxhandler.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmlsaxhandler.tex,v
retrieving revision 1.10.12.1
retrieving revision 1.10.12.2
diff -u -d -r1.10.12.1 -r1.10.12.2
--- xmlsaxhandler.tex	6 May 2004 03:48:32 -0000	1.10.12.1
+++ xmlsaxhandler.tex	25 Oct 2004 21:41:57 -0000	1.10.12.2
@@ -65,7 +65,7 @@
 \end{datadesc}
 
 \begin{datadesc}{feature_string_interning}
-  Value: \code{"http://xml.org/sax/features/string-interning"}
+  Value: \code{"http://xml.org/sax/features/string-interning"}\\
   true: All element names, prefixes, attribute names, Namespace URIs, and
         local names are interned using the built-in intern function.\\
   false: Names are not necessarily interned, although they may be (default).\\



More information about the Python-checkins mailing list