mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
whitespace
This commit is contained in:
parent
cba1a1a000
commit
364d6e107d
1 changed files with 1 additions and 1 deletions
|
@ -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__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue