Skip to content

Commit 639e351

Browse files
author
Jean-Christophe Helary
authored
xml.dom.minidom docs: fix typo (#93437)
1 parent b6ec6d4 commit 639e351

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)