mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
xml.dom.minidom docs: fix typo (GH-93437)
(cherry picked from commit 639e35108b
)
Co-authored-by: Jean-Christophe Helary <jean.christophe.helary@traduction-libre.org>
This commit is contained in:
parent
8ee4e12caf
commit
aed28b7feb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
When you are finished with a DOM tree, you may optionally call the
|
||||||
:meth:`unlink` method to encourage early cleanup of the now-unneeded
|
:meth:`unlink` method to encourage early cleanup of the now-unneeded
|
||||||
objects. :meth:`unlink` is an :mod:`xml.dom.minidom`\ -specific
|
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
|
essentially useless. Otherwise, Python's garbage collector will
|
||||||
eventually take care of the objects in the tree.
|
eventually take care of the objects in the tree.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue