We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0ca21 commit 2d8f976Copy full SHA for 2d8f976
1 file changed
Doc/library/xml.dom.minidom.rst
@@ -163,7 +163,7 @@ module documentation. This section lists the differences between the API and
163
The :meth:`toxml` method now preserves the attribute order specified
164
by the user.
165
166
-.. method:: Node.toprettyxml(indent="\t", newl="\n", encoding=None)
+.. method:: Node.toprettyxml(indent="\\t", newl="\\n", encoding=None)
167
168
Return a pretty-printed version of the document. *indent* specifies the
169
indentation string and defaults to a tabulator; *newl* specifies the string
0 commit comments