mirror of https://github.com/python/cpython
xml.dom.minidom docs: fix typo (#93437)
This commit is contained in:
parent
b6ec6d4041
commit
639e35108b
|
@ -95,7 +95,7 @@ document: the one that holds all others. Here is an example program::
|
|||
When you are finished with a DOM tree, you may optionally call the
|
||||
:meth:`unlink` method to encourage early cleanup of the now-unneeded
|
||||
objects. :meth:`unlink` is an :mod:`xml.dom.minidom`\ -specific
|
||||
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
|
||||
essentially useless. Otherwise, Python's garbage collector will
|
||||
eventually take care of the objects in the tree.
|
||||
|
||||
|
|
Loading…
Reference in New Issue