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 304315d commit b7c2182Copy full SHA for b7c2182
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="", newl="", encoding="")
+.. 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