Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into binding_tests
  • Loading branch information
terryjreedy authored Jan 25, 2021
commit b5d80cbb412fb91bf7fae75c9a4e25a91c120e28
2 changes: 1 addition & 1 deletion Lib/idlelib/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ def display_extra_help(helpfile=resource):
try:
os.startfile(helpfile)
except OSError as why:
self.showerror(title='Document Start Failure',
messagebox.showerror(title='Document Start Failure',
message=str(why), parent=self.text)
else:
webbrowser.open(helpfile)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.