Skip to content

Commit 49a12e6

Browse files
Update Lib/xml/dom/minidom.py
Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 8b63730 commit 49a12e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/xml/dom/minidom.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@ def _clone_node(node, deep, newOwnerDocument):
19421942
If True, recursively clone the node's descendants.
19431943
If False, only clone the node itself.
19441944
newOwnerDocument
1945-
The document that will own the cloned node
1945+
The document that will own the cloned node.
19461946
"""
19471947
if node.ownerDocument.isSameNode(newOwnerDocument):
19481948
operation = xml.dom.UserDataHandler.NODE_CLONED

0 commit comments

Comments
 (0)