mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #27262: fix missing parameter typo
This commit is contained in:
parent
50288f964a
commit
139fb7c71c
1 changed files with 1 additions and 1 deletions
|
@ -238,4 +238,4 @@ def setupApp(root, flist):
|
|||
hideTkConsole(root)
|
||||
overrideRootMenu(root, flist)
|
||||
addOpenEventSupport(root, flist)
|
||||
fixb2context()
|
||||
fixb2context(root)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue