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 14bb77e commit a4840f3Copy full SHA for a4840f3
Lib/xml/dom/minidom.py
@@ -188,9 +188,9 @@ def removeChild(self, oldChild):
188
return oldChild
189
190
def normalize(self):
191
- """Transform a node into its normalized form.
+ """Transform this node into its normalized form.
192
193
- Removes empty exclusive Text nodes and concatenates the data of
+ Remove empty exclusive Text nodes and concatenate data of
194
remaining contiguous exclusive Text nodes into the first of
195
their nodes.
196
"""
0 commit comments