]> granicus.if.org Git - python/commitdiff
Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814)
authorE Kawashima <e-kwsm@users.noreply.github.com>
Fri, 30 Nov 2018 14:03:00 +0000 (23:03 +0900)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 30 Nov 2018 14:03:00 +0000 (16:03 +0200)
Doc/library/xml.dom.minidom.rst

index a1f334d4178e436c03cab8f6a7d602c0a1e20c17..42340802f1938b3a1abc3923d7c9689a9be180a5 100644 (file)
@@ -163,7 +163,7 @@ module documentation.  This section lists the differences between the API and
       The :meth:`toxml` method now preserves the attribute order specified
       by the user.
 
-.. method:: Node.toprettyxml(indent="", newl="", encoding="")
+.. method:: Node.toprettyxml(indent="\t", newl="\n", encoding=None)
 
    Return a pretty-printed version of the document. *indent* specifies the
    indentation string and defaults to a tabulator; *newl* specifies the string