Skip to content

Commit

Permalink
Convert doc string to imperative mode
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasreddy committed Jan 6, 2025
1 parent 14bb77e commit a4840f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/xml/dom/minidom.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit a4840f3

Please sign in to comment.