diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2005-10-30 03:05:27 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2005-10-30 03:05:27 (GMT) |
commit | 8c147c3386822dee9afdce166cea78b86974b471 (patch) | |
tree | 03a8f8f9cc9b2778a1b0aaf2a7d14166d7f9b0e5 /Doc | |
parent | 383d3c0a68bb17aa4d4bdc9081c4b6d016937aec (diff) | |
download | cpython-8c147c3386822dee9afdce166cea78b86974b471.zip cpython-8c147c3386822dee9afdce166cea78b86974b471.tar.gz cpython-8c147c3386822dee9afdce166cea78b86974b471.tar.bz2 |
SF Bug #1341934: Fix a representation of "\n" to use a proper tag.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/xmldomminidom.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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} |