mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo in 'xml.dom.minidom' documentation (GH-27602)
This commit is contained in:
parent
f99c015638
commit
cc77193127
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ module documentation. This section lists the differences between the API and
|
||||||
For the :class:`Document` node, an additional keyword argument *encoding* can
|
For the :class:`Document` node, an additional keyword argument *encoding* can
|
||||||
be used to specify the encoding field of the XML header.
|
be used to specify the encoding field of the XML header.
|
||||||
|
|
||||||
Silimarly, explicitly stating the *standalone* argument causes the
|
Similarly, explicitly stating the *standalone* argument causes the
|
||||||
standalone document declarations to be added to the prologue of the XML
|
standalone document declarations to be added to the prologue of the XML
|
||||||
document.
|
document.
|
||||||
If the value is set to `True`, `standalone="yes"` is added,
|
If the value is set to `True`, `standalone="yes"` is added,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue