commit | 139fb7c71ca6f92f46cebef2bdfc93e48eff4b57 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@python.org> | Sat Jun 11 02:57:56 2016 -0400 |
committer | Ned Deily <nad@python.org> | Sat Jun 11 02:57:56 2016 -0400 |
tree | 167b32733904b043e765e8bd09d48d155a4cafc9 | |
parent | 50288f964abb71175a510bf5d4f9382f7c5dbaf7 [diff] [blame] |
Issue #27262: fix missing parameter typo
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 @@ hideTkConsole(root) overrideRootMenu(root, flist) addOpenEventSupport(root, flist) - fixb2context() + fixb2context(root)