We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0208b commit f4f6334Copy full SHA for f4f6334
Lib/xml/dom/minidom.py
@@ -189,6 +189,7 @@ def removeChild(self, oldChild):
189
190
def normalize(self):
191
"""Transform a node into its normalized form.
192
+
193
Removes empty exclusive Text nodes and concatenates the data of
194
remaining contiguous exclusive Text nodes into the first of
195
their nodes.
0 commit comments