We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b39e4 commit eb7b0beCopy full SHA for eb7b0be
Lib/idlelib/replace.py
@@ -87,11 +87,11 @@ def find_it(self, event=None):
87
self.do_find(False)
88
89
def replace_it(self, event=None):
90
- """Only used in test case
+ """Only used in test case
91
92
- If the find is successful, then perform replace.
93
- """
94
- if self.do_find(self.ok):
+ If the find is successful, then perform replace.
+ """
+ if self.do_find(self.ok):
95
self.do_replace()
96
97
def default_command(self, event=None):
0 commit comments