Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee4e12 commit aed28b7Copy full SHA for aed28b7
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