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 | 3606fca13bbd1d9b4a05016e0c9103c511ba8e79 (patch) | |
tree | 68351a375626c2e4173d542b086dfa649effd59c | |
parent | 4360e73e1aa98c32304e5bcf302d6c77dff15642 (diff) | |
download | cpython-3606fca13bbd1d9b4a05016e0c9103c511ba8e79.zip cpython-3606fca13bbd1d9b4a05016e0c9103c511ba8e79.tar.gz cpython-3606fca13bbd1d9b4a05016e0c9103c511ba8e79.tar.bz2 |
SF Bug #1341934: Fix a representation of "\n" to use a proper tag.
-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} |