Thanks to visit codestin.com Credit goes to github.com
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 c0566e0 commit 1e28dafCopy full SHA for 1e28daf
1 file changed
Doc/library/xml.dom.minidom.rst
@@ -156,7 +156,7 @@ module documentation. This section lists the differences between the API and
156
encoding. Encoding this string in an encoding other than UTF-8 is
157
likely incorrect, since UTF-8 is the default encoding of XML.
158
159
-.. method:: Node.toprettyxml(indent="", newl="", encoding="")
+.. method:: Node.toprettyxml(indent="\t", newl="\n", encoding=None)
160
161
Return a pretty-printed version of the document. *indent* specifies the
162
indentation string and defaults to a tabulator; *newl* specifies the string
0 commit comments