From 8c147c3386822dee9afdce166cea78b86974b471 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Sun, 30 Oct 2005 03:05:27 +0000 Subject: SF Bug #1341934: Fix a representation of "\n" to use a proper tag. --- Doc/lib/xmldomminidom.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/xmldomminidom.tex b/Doc/lib/xmldomminidom.tex index 4c9d7ab..f7657eb 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} -- cgit v0.12