Skip to content

Commit d915ed2

Browse files
miss-islingtonJean-Christophe Helary
and
Jean-Christophe Helary
authored
xml.dom.minidom docs: fix typo (GH-93437)
(cherry picked from commit 639e351) Co-authored-by: Jean-Christophe Helary <[email protected]>
1 parent 1e6c678 commit d915ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/xml.dom.minidom.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ document: the one that holds all others. Here is an example program::
9595
When you are finished with a DOM tree, you may optionally call the
9696
:meth:`unlink` method to encourage early cleanup of the now-unneeded
9797
objects. :meth:`unlink` is an :mod:`xml.dom.minidom`\ -specific
98-
extension to the DOM API that renders the node and its descendants are
98+
extension to the DOM API that renders the node and its descendants
9999
essentially useless. Otherwise, Python's garbage collector will
100100
eventually take care of the objects in the tree.
101101

0 commit comments

Comments
 (0)