Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pythongh-104499: Fix typo. (pythonGH-104598)
(cherry picked from commit c5b670e)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
  • Loading branch information
miss-islington and terryjreedy authored May 18, 2023
1 parent e96fb39 commit 99a162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/idlelib/autocomplete_w.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 99a162a

Please sign in to comment.