mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Update Lib/xml/dom/minidom.py
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
parent
ecb4a54d05
commit
8b6373060d
1 changed files with 1 additions and 1 deletions
|
|
@ -1937,7 +1937,7 @@ def _clone_node(node, deep, newOwnerDocument):
|
|||
"""Create and return a clone of a DOM node.
|
||||
|
||||
node
|
||||
The DOM node to clone
|
||||
The DOM node to clone.
|
||||
deep
|
||||
If True, recursively clone the node's descendants.
|
||||
If False, only clone the node itself.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue