]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
xml.dom.minidom docs: fix typo (GH-93437)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 Jun 2022 17:16:06 +0000 (10:16 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Jun 2022 17:16:06 +0000 (10:16 -0700)
(cherry picked from commit 639e35108bc8b2b880225862d3571277ad57648b)

Co-authored-by: Jean-Christophe Helary <jean.christophe.helary@traduction-libre.org>
Doc/library/xml.dom.minidom.rst

index 076cf34694ce4e15bcb5fb79f4b4dd4f703b650e..82e5d6aea2310e619da0076a3c5fa483c47603c5 100644 (file)
@@ -95,7 +95,7 @@ document: the one that holds all others.  Here is an example program::
 When you are finished with a DOM tree, you may optionally call the
 :meth:`unlink` method to encourage early cleanup of the now-unneeded
 objects.  :meth:`unlink` is an :mod:`xml.dom.minidom`\ -specific
-extension to the DOM API that renders the node and its descendants are
+extension to the DOM API that renders the node and its descendants
 essentially useless.  Otherwise, Python's garbage collector will
 eventually take care of the objects in the tree.