Skip to content

Commit

Permalink
pythongh-104499: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
terryjreedy committed May 18, 2023
1 parent 678bf57 commit 987c304
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 987c304

Please sign in to comment.