diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-09-22 02:42:17 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-09-22 02:42:17 (GMT) |
commit | 1234fd912de567a3a504bf06afc7b640956ba13d (patch) | |
tree | 0d3eac864080682814089dadcb58c136142af081 /Lib/idlelib/help.py | |
parent | 13b21f88892ddc9c78bc141b4232ace53897514c (diff) | |
download | cpython-1234fd912de567a3a504bf06afc7b640956ba13d.zip cpython-1234fd912de567a3a504bf06afc7b640956ba13d.tar.gz cpython-1234fd912de567a3a504bf06afc7b640956ba13d.tar.bz2 |
whitespace
Diffstat (limited to 'Lib/idlelib/help.py')
-rw-r--r-- | Lib/idlelib/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/help.py b/Lib/idlelib/help.py index 78e5775..fa5cdc4 100644 --- a/Lib/idlelib/help.py +++ b/Lib/idlelib/help.py @@ -245,7 +245,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__': |