From: Terry Jan Reedy Date: Tue, 22 Sep 2015 02:42:17 +0000 (-0400) Subject: whitespace X-Git-Tag: v2.7.11rc1~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1234fd912de567a3a504bf06afc7b640956ba13d;p=thirdparty%2FPython%2Fcpython.git whitespace --- diff --git a/Lib/idlelib/help.py b/Lib/idlelib/help.py index 78e577538094..fa5cdc47e39c 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__':