Skip to content

Commit 99a162a

Browse files
[3.11] gh-104499: Fix typo. (GH-104598) (#104599)
gh-104499: Fix typo. (GH-104598) (cherry picked from commit c5b670e) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent e96fb39 commit 99a162a

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)