mirror of https://github.com/python/cpython.git
gh-104499: Fix typo. (#104598)
This commit is contained in:
parent
678bf57ed0
commit
c5b670efd1
|
@ -186,7 +186,7 @@ def show_window(self, comp_lists, index, complete, mode, userWantsWin):
|
||||||
acw.withdraw()
|
acw.withdraw()
|
||||||
acw.wm_overrideredirect(1)
|
acw.wm_overrideredirect(1)
|
||||||
try:
|
try:
|
||||||
# Prevent grabbing focus on maxOS.
|
# Prevent grabbing focus on macOS.
|
||||||
acw.tk.call("::tk::unsupported::MacWindowStyle", "style", acw._w,
|
acw.tk.call("::tk::unsupported::MacWindowStyle", "style", acw._w,
|
||||||
"help", "noActivates")
|
"help", "noActivates")
|
||||||
except TclError:
|
except TclError:
|
||||||
|
|
Loading…
Reference in New Issue