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
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ def show_window(self, comp_lists, index, complete, mode, userWantsWin):
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: