Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f90fc68

Browse files
committed
fix whitespace woes
1 parent 43cc5f2 commit f90fc68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/xml/etree/ElementTree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ class _ListDataStream(io.BufferedIOBase):
11891189
"""
11901190
def __init__(self, lst):
11911191
self.lst = lst
1192-
1192+
11931193
def writable(self):
11941194
return True
11951195

0 commit comments

Comments
 (0)