Skip to content

Commit 8b588f3

Browse files
Fix whitespace
Co-authored-by: Mikhail Efimov <[email protected]>
1 parent 4e2f822 commit 8b588f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/xml/etree/ElementTree.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def iselement(element):
122122
"""Return True if *element* appears to be an Element."""
123123
return hasattr(element, 'tag')
124124

125+
125126
class Element:
126127
"""An XML element.
127128

0 commit comments

Comments
 (0)