diff options
author | Fred Drake <fdrake@acm.org> | 2004-10-25 21:35:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-10-25 21:35:17 (GMT) |
commit | 3ed238503d7f9764f670794be20c4a4a0011487a (patch) | |
tree | fd76a2c973d443336719b1cfa59ccc6b41acd8ad /Doc | |
parent | 15cf4f01001207f6d225f523ee7973ef86d0e113 (diff) | |
download | cpython-3ed238503d7f9764f670794be20c4a4a0011487a.zip cpython-3ed238503d7f9764f670794be20c4a4a0011487a.tar.gz cpython-3ed238503d7f9764f670794be20c4a4a0011487a.tar.bz2 |
add missing line break
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/xmlsaxhandler.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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).\\ |