mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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')
|
filename = join(abspath(dirname(__file__)), 'help.html')
|
||||||
if not isfile(filename):
|
if not isfile(filename):
|
||||||
# try copy_strip, present message
|
# try copy_strip, present message
|
||||||
return
|
return
|
||||||
HelpWindow(parent, filename, 'IDLE Help')
|
HelpWindow(parent, filename, 'IDLE Help')
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue