From: Hye-Shik Chang Date: Sun, 30 Oct 2005 03:05:27 +0000 (+0000) Subject: SF Bug #1341934: Fix a representation of "\n" to use a proper tag. X-Git-Tag: v2.5a0~1209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c147c3386822dee9afdce166cea78b86974b471;p=python SF Bug #1341934: Fix a representation of "\n" to use a proper tag. --- diff --git a/Doc/lib/xmldomminidom.tex b/Doc/lib/xmldomminidom.tex index 4c9d7ab248..f7657eb329 100644 --- a/Doc/lib/xmldomminidom.tex +++ b/Doc/lib/xmldomminidom.tex @@ -175,7 +175,7 @@ as "utf-8". \begin{methoddesc}[Node]{toprettyxml}{\optional{indent\optional{, newl}}} Return a pretty-printed version of the document. \var{indent} specifies the indentation string and defaults to a tabulator; \var{newl} specifies -the string emitted at the end of each line and defaults to \\n. +the string emitted at the end of each line and defaults to \code{\e n}. \versionadded{2.1} \versionchanged[the encoding argument; see \method{toxml()}]{2.3}