whitespace

This commit is contained in:
Terry Jan Reedy 2015-09-21 22:42:32 -04:00
parent cba1a1a000
commit 364d6e107d
1 changed files with 1 additions and 1 deletions

View File

@ -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__':