From 3ed238503d7f9764f670794be20c4a4a0011487a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 25 Oct 2004 21:35:17 +0000 Subject: add missing line break --- Doc/lib/xmlsaxhandler.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/xmlsaxhandler.tex b/Doc/lib/xmlsaxhandler.tex index c523ddb..0b922ef 100644 --- a/Doc/lib/xmlsaxhandler.tex +++ b/Doc/lib/xmlsaxhandler.tex @@ -65,7 +65,7 @@ symbolic constants for the feature and property names. \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).\\ -- cgit v0.12