Skip to content

Commit cca0fda

Browse files
committed
Update docstring as recommended by argument clinic
1 parent 38be045 commit cca0fda

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Lib/xml/dom/minidom.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,9 +1365,8 @@ def _get_internalSubset(self):
13651365
def cloneNode(self, deep):
13661366
"""Create and return a duplicate of this node.
13671367
1368-
Args:
1369-
deep (bool): If True, recursively clone this node's descendants.
1370-
If False, clone only this node.
1368+
deep: If True, recursively clone this node's descendants.
1369+
If False, clone only this node.
13711370
"""
13721371
if self.ownerDocument is None:
13731372
# it's ok

0 commit comments

Comments
 (0)