From 2e9481e424a5827a21d81b525de0c8a82f34d089 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 17 May 2023 22:35:46 -0400 Subject: [PATCH] gh-104499: Fix typo. (GH-104598) (cherry picked from commit c5b670efd1e6dabc94b6308734d63f762480b80f) Co-authored-by: Terry Jan Reedy --- Lib/idlelib/autocomplete_w.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/autocomplete_w.py b/Lib/idlelib/autocomplete_w.py index 5bd7ce7f5e5adb..24320b5a3bffab 100644 --- a/Lib/idlelib/autocomplete_w.py +++ b/Lib/idlelib/autocomplete_w.py @@ -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: