Skip to content

Commit 139fb7c

Browse files
committed
Issue #27262: fix missing parameter typo
1 parent 50288f9 commit 139fb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/macosx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,4 @@ def setupApp(root, flist):
238238
hideTkConsole(root)
239239
overrideRootMenu(root, flist)
240240
addOpenEventSupport(root, flist)
241-
fixb2context()
241+
fixb2context(root)

0 commit comments

Comments
 (0)