From c5b670efd1e6dabc94b6308734d63f762480b80f 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. (#104598) --- 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 5bd7ce7f5e5..24320b5a3bf 100644 --- a/Lib/idlelib/autocomplete_w.py +++ b/Lib/idlelib/autocomplete_w.py @@ -186,7 +186,7 @@ class AutoCompleteWindow: 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: