summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/help.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-09-22 02:42:55 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-09-22 02:42:55 (GMT)
commitc964e89dd4ca2f746adab9758688d92c363f9de5 (patch)
tree8eccabe4fcdaa8597ccf76e8005140f2468eea2b /Lib/idlelib/help.py
parent2b0bf5cce9b5c457af4048d4d722ceb824554be5 (diff)
parent5e202086a5261f727b16ec8a5d5bf73046df1b12 (diff)
downloadcpython-c964e89dd4ca2f746adab9758688d92c363f9de5.zip
cpython-c964e89dd4ca2f746adab9758688d92c363f9de5.tar.gz
cpython-c964e89dd4ca2f746adab9758688d92c363f9de5.tar.bz2
Merge with 3.5
Diffstat (limited to 'Lib/idlelib/help.py')
-rw-r--r--Lib/idlelib/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/help.py b/Lib/idlelib/help.py
index 562551b..a134bd8 100644
--- a/Lib/idlelib/help.py
+++ b/Lib/idlelib/help.py
@@ -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__':