]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-104499: Fix typo. (#104598)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 18 May 2023 02:35:46 +0000 (22:35 -0400)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 02:35:46 +0000 (02:35 +0000)
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: