Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 364d6e1

Browse files
committed
whitespace
1 parent cba1a1a commit 364d6e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def show_idlehelp(parent):
242242
filename = join(abspath(dirname(__file__)), 'help.html')
243243
if not isfile(filename):
244244
# try copy_strip, present message
245-
return
245+
return
246246
HelpWindow(parent, filename, 'IDLE Help')
247247

248248
if __name__ == '__main__':

0 commit comments

Comments
 (0)