Update Lib/xml/dom/minidom.py

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) 2025-01-06 18:13:31 +05:30 committed by GitHub
parent ecb4a54d05
commit 8b6373060d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.