Skip to content

Commit c5b670e

Browse files
authored
gh-104499: Fix typo. (#104598)
1 parent 678bf57 commit c5b670e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/autocomplete_w.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def show_window(self, comp_lists, index, complete, mode, userWantsWin):
186186
acw.withdraw()
187187
acw.wm_overrideredirect(1)
188188
try:
189-
# Prevent grabbing focus on maxOS.
189+
# Prevent grabbing focus on macOS.
190190
acw.tk.call("::tk::unsupported::MacWindowStyle", "style", acw._w,
191191
"help", "noActivates")
192192
except TclError:

0 commit comments

Comments
 (0)