Skip to content

Commit 8c8409c

Browse files
authored
Update __init__.py
1 parent cc80963 commit 8c8409c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lib/tkinter/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4039,10 +4039,10 @@ def scan_dragto(self, x, y):
40394039
self.tk.call(self._w, 'scan', 'dragto', x, y)
40404040

40414041
def search(self, pattern, index, stopindex=None,
4042-
forwards=None, backwards=None, exact=None,
4043-
regexp=None, nocase=None, count=None,
4044-
elide=None, nolinestop=None, all=None,
4045-
overlap=None, strictlimits=None):
4042+
forwards=None, backwards=None, exact=None,
4043+
regexp=None, nocase=None, count=None,
4044+
elide=None, nolinestop=None, all=None,
4045+
overlap=None, strictlimits=None):
40464046
"""Search PATTERN beginning from INDEX until STOPINDEX.
40474047
Return the index of the first character of a match or an
40484048
empty string."""

0 commit comments

Comments
 (0)