Skip to content

Commit eb7b0be

Browse files
authored
fix
1 parent c4b39e4 commit eb7b0be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Lib/idlelib/replace.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ def find_it(self, event=None):
8787
self.do_find(False)
8888

8989
def replace_it(self, event=None):
90-
"""Only used in test case
90+
"""Only used in test case
9191
92-
If the find is successful, then perform replace.
93-
"""
94-
if self.do_find(self.ok):
92+
If the find is successful, then perform replace.
93+
"""
94+
if self.do_find(self.ok):
9595
self.do_replace()
9696

9797
def default_command(self, event=None):

0 commit comments

Comments
 (0)