From 8b6373060d7bdb067fd96bb917a9d23e7cc9bd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Srinivas=20Reddy=20Thatiparthy=20=28=E0=B0=A4=E0=B0=BE?= =?UTF-8?q?=E0=B0=9F=E0=B0=BF=E0=B0=AA=E0=B0=B0=E0=B1=8D=E0=B0=A4=E0=B0=BF?= =?UTF-8?q?=20=E0=B0=B6=E0=B1=8D=E0=B0=B0=E0=B1=80=E0=B0=A8=E0=B0=BF?= =?UTF-8?q?=E0=B0=B5=E0=B0=BE=E0=B0=B8=E0=B1=8D=20=20=E0=B0=B0=E0=B1=86?= =?UTF-8?q?=E0=B0=A1=E0=B1=8D=E0=B0=A1=E0=B0=BF=29?= Date: Mon, 6 Jan 2025 18:13:31 +0530 Subject: [PATCH] Update Lib/xml/dom/minidom.py Co-authored-by: Erlend E. Aasland --- Lib/xml/dom/minidom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/xml/dom/minidom.py b/Lib/xml/dom/minidom.py index e0b3e4d6405..7ccd367f016 100644 --- a/Lib/xml/dom/minidom.py +++ b/Lib/xml/dom/minidom.py @@ -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.