8000 DOC: replace "Mac OS X" -> "macOS" by partev · Pull Request #28513 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

DOC: replace "Mac OS X" -> "macOS" #28513

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
DOC: replace "Mac OS X" -> "macOS"
macOS is the new official name: https://apple.com/macos
  • Loading branch information
partev authored Sep 22, 2021
commit f7b620d9ea5d47b225d82c8b92e0a1deaa531dee
2 changes: 1 addition & 1 deletion Doc/faq/gui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install (since it comes included with most
`binary distributions <https://www.python.org/downloads/>`_ of Python) and use.
For more info about Tk, including pointers to the source, see the
`Tcl/Tk home page <https://www.tcl.tk>`_. 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
Expand Down
0