Skip to content

Commit c4b39e4

Browse files
authored
comment
1 parent d9ef484 commit c4b39e4

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-
"""Handle the Replace button.
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)