Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
dfd4a1d8
Commit
dfd4a1d8
authored
Dec 01, 2018
by
E Kawashima
Committed by
Serhiy Storchaka
Dec 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[2.7] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (GH-10827)
(cherry picked from commit
b7c21826
)
parent
2212ee2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/library/xml.dom.minidom.rst
Doc/library/xml.dom.minidom.rst
+1
-1
No files found.
Doc/library/xml.dom.minidom.rst
View file @
dfd4a1d8
...
...
@@ -169,7 +169,7 @@ module documentation. This section lists the differences between the API and
the
*
encoding
*
argument
was
introduced
;
see
:
meth
:`
writexml
`.
..
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment