mirror of https://github.com/python/cpython.git
[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:
parent
e96fb399c1
commit
99a162a9a9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue