diff --git a/Lib/xml/dom/minidom.py b/Lib/xml/dom/minidom.py index 44ab77627169c2..1592ef792b3b11 100644 --- a/Lib/xml/dom/minidom.py +++ b/Lib/xml/dom/minidom.py @@ -188,9 +188,9 @@ def removeChild(self, oldChild): return oldChild def normalize(self): - """Transform a node into its normalized form. + """Transform this node into its normalized form. - Removes empty exclusive Text nodes and concatenates the data of + Remove empty exclusive Text nodes and concatenate data of remaining contiguous exclusive Text nodes into the first of their nodes. """