summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/editor.py
diff options
context:
space:
mode:
authorterryjreedy <tjreedy@udel.edu>2017-06-24 00:19:46 (GMT)
committerGitHub <noreply@github.com>2017-06-24 00:19:46 (GMT)
commitbd570f42110b99bade6e58e3ed2d620f27a92fc3 (patch)
tree3db1fee229b9502df5ea4b69fbcbbf597a65d5d4 /Lib/idlelib/editor.py
parent9db3ae045dd462a2da2e016c44231de1befd1f87 (diff)
downloadcpython-bd570f42110b99bade6e58e3ed2d620f27a92fc3.zip
cpython-bd570f42110b99bade6e58e3ed2d620f27a92fc3.tar.gz
cpython-bd570f42110b99bade6e58e3ed2d620f27a92fc3.tar.bz2
[3.6] bpo-24813: IDLE: Add default title to help_about (GH-2366) (#2369)
Patch by Cheryl Sabella. (cherry picked from commit 18ede06)
Diffstat (limited to 'Lib/idlelib/editor.py')
-rw-r--r--Lib/idlelib/editor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/editor.py b/Lib/idlelib/editor.py
index ab4f1a3..13b4a51 100644
--- a/Lib/idlelib/editor.py
+++ b/Lib/idlelib/editor.py
@@ -463,7 +463,7 @@ class EditorWindow(object):
def about_dialog(self, event=None):
"Handle Help 'About IDLE' event."
# Synchronize with macosx.overrideRootMenu.about_dialog.
- help_about.AboutDialog(self.top,'About IDLE')
+ help_about.AboutDialog(self.top)
def config_dialog(self, event=None):
"Handle Options 'Configure IDLE' event."