Skip to content

Commit 754a124

Browse files
authored
Revert formatting in Lib/tkinter/__init__.py
1 parent ba0c98a commit 754a124

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Lib/tkinter/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4038,7 +4038,11 @@ def scan_dragto(self, x, y):
40384038
scan_mark."""
40394039
self.tk.call(self._w, 'scan', 'dragto', x, y)
40404040

4041-
def search(self, pattern, index, stopindex=None, forwards=None, backwards=None, exact=None, regexp=None, nocase=None, count=None, elide=None, nolinestop=None, all=None, overlap=None, strictlimits=None):
4041+
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):
40424046
"""Search PATTERN beginning from INDEX until STOPINDEX.
40434047
Return the index of the first character of a match or an
40444048
empty string."""

0 commit comments

Comments
 (0)