Skip to content

Commit f4f6334

Browse files
Update Lib/xml/dom/minidom.py
Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent eb0208b commit f4f6334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/xml/dom/minidom.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ def removeChild(self, oldChild):
189189

190190
def normalize(self):
191191
"""Transform a node into its normalized form.
192+
192193
Removes empty exclusive Text nodes and concatenates the data of
193194
remaining contiguous exclusive Text nodes into the first of
194195
their nodes.

0 commit comments

Comments
 (0)