We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ec6d4 commit 639e351Copy full SHA for 639e351
Doc/library/xml.dom.minidom.rst
@@ -95,7 +95,7 @@ document: the one that holds all others. Here is an example program::
95
When you are finished with a DOM tree, you may optionally call the
96
:meth:`unlink` method to encourage early cleanup of the now-unneeded
97
objects. :meth:`unlink` is an :mod:`xml.dom.minidom`\ -specific
98
-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
99
essentially useless. Otherwise, Python's garbage collector will
100
eventually take care of the objects in the tree.
101
0 commit comments