diff options
author | Julien Palard <julien@palard.fr> | 2021-01-25 14:46:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 14:46:06 (GMT) |
commit | 5c1f15b4b1024cbf0acc85832f0c623d1a4605fd (patch) | |
tree | 557ba61e17c68c0e830ec6577e19b9d224f8572a /Doc/library/xml.dom.minidom.rst | |
parent | 483359174e92489e13959977824806734f1a8cdd (diff) | |
download | cpython-5c1f15b4b1024cbf0acc85832f0c623d1a4605fd.zip cpython-5c1f15b4b1024cbf0acc85832f0c623d1a4605fd.tar.gz cpython-5c1f15b4b1024cbf0acc85832f0c623d1a4605fd.tar.bz2 |
bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
Diffstat (limited to 'Doc/library/xml.dom.minidom.rst')
-rw-r--r-- | Doc/library/xml.dom.minidom.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.dom.minidom.rst b/Doc/library/xml.dom.minidom.rst index e1cc967..bf72c46 100644 --- a/Doc/library/xml.dom.minidom.rst +++ b/Doc/library/xml.dom.minidom.rst @@ -174,7 +174,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="\t", newl="\n", encoding=None, \ +.. method:: Node.toprettyxml(indent="\\t", newl="\\n", encoding=None, \ standalone=None) Return a pretty-printed version of the document. *indent* specifies the |