From: Cristián Maureira-Fredes Date: Wed, 4 Aug 2021 19:29:01 +0000 (+0200) Subject: Fix typo in 'xml.dom.minidom' documentation (GH-27602) X-Git-Tag: v3.11.0a1~471 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc77193127381be16467ad10f421d3ba147ed972;p=thirdparty%2FPython%2Fcpython.git Fix typo in 'xml.dom.minidom' documentation (GH-27602) --- diff --git a/Doc/library/xml.dom.minidom.rst b/Doc/library/xml.dom.minidom.rst index bf72c46561b7..d3a5f872204a 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,