]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-104499: Fix typo. (GH-104598) (#104599)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 18 May 2023 17:54:45 +0000 (10:54 -0700)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 17:54:45 +0000 (13:54 -0400)
gh-104499: Fix typo. (GH-104598)
(cherry picked from commit c5b670efd1e6dabc94b6308734d63f762480b80f)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/autocomplete_w.py

index 5bd7ce7f5e5adb9475c0aeae089f0187a34a2e38..24320b5a3bffab3986d50094f80b2967be497bfc 100644 (file)
@@ -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: