]> granicus.if.org Git - python/commitdiff
add missing line break
authorFred Drake <fdrake@acm.org>
Mon, 25 Oct 2004 21:35:17 +0000 (21:35 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 25 Oct 2004 21:35:17 +0000 (21:35 +0000)
Doc/lib/xmlsaxhandler.tex

index c523ddbb3e0596709b911a4573cb5a10cdb6ee1b..0b922efae162e80be516015a0bcb47a87a755f9f 100644 (file)
@@ -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).\\