Skip to content

Commit aed28b7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/xml.dom.minidom.rst

Lines changed: 1 addition & 1 deletion
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)