From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 18 May 2023 17:54:45 +0000 (-0700) Subject: [3.11] gh-104499: Fix typo. (GH-104598) (#104599) X-Git-Tag: v3.11.4~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99a162a9a9e02a40c334a7411cf0e1ed636015d7;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-104499: Fix typo. (GH-104598) (#104599) gh-104499: Fix typo. (GH-104598) (cherry picked from commit c5b670efd1e6dabc94b6308734d63f762480b80f) Co-authored-by: Terry Jan Reedy --- diff --git a/Lib/idlelib/autocomplete_w.py b/Lib/idlelib/autocomplete_w.py index 5bd7ce7f5e5a..24320b5a3bff 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: