Skip to content

Commit a4840f3

Browse files
committed
Convert doc string to imperative mode
1 parent 14bb77e commit a4840f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/xml/dom/minidom.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ def removeChild(self, oldChild):
188188
return oldChild
189189

190190
def normalize(self):
191-
"""Transform a node into its normalized form.
191+
"""Transform this node into its normalized form.
192192
193-
Removes empty exclusive Text nodes and concatenates the data of
193+
Remove empty exclusive Text nodes and concatenate data of
194194
remaining contiguous exclusive Text nodes into the first of
195195
their nodes.
196196
"""

0 commit comments

Comments
 (0)