Skip to content

Commit ba0c98a

Browse files
remove whitespace in Lib/tkinter/__init__.py
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent 39f5875 commit ba0c98a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/tkinter/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4060,8 +4060,6 @@ def search(self, pattern, index, stopindex=None, forwards=None, backwards=None,
40604060
if stopindex: args.append(stopindex)
40614061
return str(self.tk.call(tuple(args)))
40624062

4063-
4064-
40654063
def see(self, index):
40664064
"""Scroll such that the character at INDEX is visible."""
40674065
self.tk.call(self._w, 'see', index)

0 commit comments

Comments
 (0)