diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-08-04 19:53:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 19:53:29 (GMT) |
commit | 60ec3b818e993eb4c57884a7a96f96a6c1eea92f (patch) | |
tree | 046da2df7d48f7cca187fc77d7488855dd52a427 /Doc/library | |
parent | ed0d91bafa0de848aa2fcbabbe1b9ef9752748cc (diff) | |
download | cpython-60ec3b818e993eb4c57884a7a96f96a6c1eea92f.zip cpython-60ec3b818e993eb4c57884a7a96f96a6c1eea92f.tar.gz cpython-60ec3b818e993eb4c57884a7a96f96a6c1eea92f.tar.bz2 |
Fix typo in 'xml.dom.minidom' documentation (GH-27602) (GH-27604)
(cherry picked from commit cc77193127381be16467ad10f421d3ba147ed972)
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
Diffstat (limited to 'Doc/library')
-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 bf72c46..d3a5f87 100644 --- a/Doc/library/xml.dom.minidom.rst +++ b/Doc/library/xml.dom.minidom.rst @@ -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 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 document. If the value is set to `True`, `standalone="yes"` is added, |