]> granicus.if.org Git - python/commitdiff
SF Bug #1341934: Fix a representation of "\n" to use a proper tag.
authorHye-Shik Chang <hyeshik@gmail.com>
Sun, 30 Oct 2005 03:05:27 +0000 (03:05 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Sun, 30 Oct 2005 03:05:27 +0000 (03:05 +0000)
Doc/lib/xmldomminidom.tex

index 4c9d7ab24896a4a4b4aac1f760dc0dbfdaa4de7f..f7657eb32986e2ca30ef3e1211a08d3b9e9ec942 100644 (file)
@@ -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}