Commit 364d6e10 authored by Terry Jan Reedy's avatar Terry Jan Reedy

whitespace

parent cba1a1a0
......@@ -242,7 +242,7 @@ def show_idlehelp(parent):
filename = join(abspath(dirname(__file__)), 'help.html')
if not isfile(filename):
# try copy_strip, present message
return
return
HelpWindow(parent, filename, 'IDLE Help')
if __name__ == '__main__':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment