[Python-checkins] cpython (3.4): whitespace

terry.reedy python-checkins at python.org
Tue Sep 22 04:43:19 CEST 2015


https://hg.python.org/cpython/rev/c48a5234c142
changeset:   98165:c48a5234c142
branch:      3.4
parent:      98161:df987a0bc350
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Mon Sep 21 22:42:32 2015 -0400
summary:
  whitespace

files:
  Lib/idlelib/help.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/idlelib/help.py b/Lib/idlelib/help.py
--- a/Lib/idlelib/help.py
+++ b/Lib/idlelib/help.py
@@ -242,7 +242,7 @@
     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__':

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list