Skip to content

Commit 53f63b9

Browse files
committed
remove extra whitespace
Signed-off-by: Osama Abdelkader <[email protected]>
1 parent e6c11de commit 53f63b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/xml/etree/ElementTree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ def iterator(source):
12611261
gen = iterator(source)
12621262
class IterParseIterator(collections.abc.Iterator):
12631263
__next__ = gen.__next__
1264-
1264+
12651265
def close(self):
12661266
nonlocal close_source
12671267
if close_source:

0 commit comments

Comments
 (0)