[Python-checkins] Fix typo in 'xml.dom.minidom' documentation (GH-27602) (GH-27604)
ambv
webhook-mailer at python.org
Wed Aug 4 15:53:37 EDT 2021
https://github.com/python/cpython/commit/60ec3b818e993eb4c57884a7a96f96a6c1eea92f
commit: 60ec3b818e993eb4c57884a7a96f96a6c1eea92f
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2021-08-04T21:53:29+02:00
summary:
Fix typo in 'xml.dom.minidom' documentation (GH-27602) (GH-27604)
(cherry picked from commit cc77193127381be16467ad10f421d3ba147ed972)
Co-authored-by: Cristián Maureira-Fredes <cmaureir at users.noreply.github.com>
files:
M Doc/library/xml.dom.minidom.rst
diff --git a/Doc/library/xml.dom.minidom.rst b/Doc/library/xml.dom.minidom.rst
index bf72c46561b7c..d3a5f872204a3 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,
More information about the Python-checkins
mailing list