summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-06-11 06:57:56 (GMT)
committerNed Deily <nad@python.org>2016-06-11 06:57:56 (GMT)
commit139fb7c71ca6f92f46cebef2bdfc93e48eff4b57 (patch)
tree167b32733904b043e765e8bd09d48d155a4cafc9 /Lib/idlelib
parent50288f964abb71175a510bf5d4f9382f7c5dbaf7 (diff)
downloadcpython-139fb7c71ca6f92f46cebef2bdfc93e48eff4b57.zip
cpython-139fb7c71ca6f92f46cebef2bdfc93e48eff4b57.tar.gz
cpython-139fb7c71ca6f92f46cebef2bdfc93e48eff4b57.tar.bz2
Issue #27262: fix missing parameter typo
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/macosx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/macosx.py b/Lib/idlelib/macosx.py
index b16e052..98d7887 100644
--- a/Lib/idlelib/macosx.py
+++ b/Lib/idlelib/macosx.py
@@ -238,4 +238,4 @@ def setupApp(root, flist):
hideTkConsole(root)
overrideRootMenu(root, flist)
addOpenEventSupport(root, flist)
- fixb2context()
+ fixb2context(root)