SF Bug #1341934: Fix a representation of "\n" to use a proper tag.
This commit is contained in:
parent
383d3c0a68
commit
8c147c3386
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue