mirror of
https://github.com/python/cpython.git
synced 2024-11-21 21:09:37 +01:00
gh-104499: Fix typo. (#104598)
This commit is contained in:
parent
678bf57ed0
commit
c5b670efd1
@ -186,7 +186,7 @@ class AutoCompleteWindow:
|
||||
acw.withdraw()
|
||||
acw.wm_overrideredirect(1)
|
||||
try:
|
||||
# Prevent grabbing focus on maxOS.
|
||||
# Prevent grabbing focus on macOS.
|
||||
acw.tk.call("::tk::unsupported::MacWindowStyle", "style", acw._w,
|
||||
"help", "noActivates")
|
||||
except TclError:
|
||||
|
Loading…
Reference in New Issue
Block a user