From: Fred Drake Date: Mon, 25 Oct 2004 21:41:57 +0000 (+0000) Subject: add missing line break X-Git-Tag: v2.3.5c1~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35018c74f6f258b8df4d55e39e78d833ada070c4;p=thirdparty%2FPython%2Fcpython.git add missing line break --- diff --git a/Doc/lib/xmlsaxhandler.tex b/Doc/lib/xmlsaxhandler.tex index c523ddbb3e05..0b922efae162 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).\\