]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in 'xml.dom.minidom' documentation (GH-27602)
authorCristián Maureira-Fredes <cmaureir@users.noreply.github.com>
Wed, 4 Aug 2021 19:29:01 +0000 (21:29 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Aug 2021 19:29:01 +0000 (21:29 +0200)
Doc/library/xml.dom.minidom.rst

index bf72c46561b7c7906fd17f0d81cd921afb5fa362..d3a5f872204a35057d3dbdab072d9469717fa9f9 100644 (file)
@@ -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,