[3.11] gh-104499: Fix typo. (GH-104598) (#104599)

gh-104499: Fix typo. (GH-104598)
(cherry picked from commit c5b670efd1)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Miss Islington (bot) 2023-05-18 10:54:45 -07:00 committed by GitHub
parent e96fb399c1
commit 99a162a9a9
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: