From f7b620d9ea5d47b225d82c8b92e0a1deaa531dee Mon Sep 17 00:00:00 2001 From: partev Date: Tue, 21 Sep 2021 20:39:50 -0400 Subject: [PATCH] DOC: replace "Mac OS X" -> "macOS" macOS is the new official name: https://apple.com/macos --- Doc/faq/gui.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst index 145283d072d40c..86c56d957cdfec 100644 --- a/Doc/faq/gui.rst +++ b/Doc/faq/gui.rst @@ -23,7 +23,7 @@ install (since it comes included with most `binary distributions `_ of Python) and use. For more info about Tk, including pointers to the source, see the `Tcl/Tk home page `_. Tcl/Tk is fully portable to the -Mac OS X, Windows, and Unix platforms. +macOS, Windows, and Unix platforms. Depending on what platform(s) you are aiming at, there are also several alternatives. A `list of cross-platform