Skip to content

Commit 8b63730

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/xml/dom/minidom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@ def _clone_node(node, deep, newOwnerDocument):
19371937
"""Create and return a clone of a DOM node.
19381938
19391939
node
1940-
The DOM node to clone
1940+
The DOM node to clone.
19411941
deep
19421942
If True, recursively clone the node's descendants.
19431943
If False, only clone the node itself.

0 commit comments

Comments
 (0)