Skip to content

Commit d9ef484

Browse files
authored
space
1 parent f3b8363 commit d9ef484

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Lib/idlelib/replace.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ 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+
"""Handle the Replace button.
9191
92-
If the find is successful, then perform replace.
93-
"""
94-
if self.do_find(self.ok):
95-
self.do_replace()
92+
If the find is successful, then perform replace.
93+
"""
94+
if self.do_find(self.ok):
95+
self.do_replace()
9696

9797
def default_command(self, event=None):
9898
"""Handle the Replace+Find button as the default command.

0 commit comments

Comments
 (0)