0
0
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:
Terry Jan Reedy 2023-05-17 22:35:46 -04:00 committed by GitHub
parent 678bf57ed0
commit c5b670efd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: