[Python-checkins] Replace "OS X" with "macOS" (#104653)

hauntsaninja webhook-mailer at python.org
Sat May 20 04:25:59 EDT 2023


https://github.com/python/cpython/commit/06eeee97e36aa6bb3d21d7cbc288763ae3a7b21e
commit: 06eeee97e36aa6bb3d21d7cbc288763ae3a7b21e
branch: main
author: partev <petrosyan at gmail.com>
committer: hauntsaninja <12621235+hauntsaninja at users.noreply.github.com>
date: 2023-05-20T01:25:52-07:00
summary:

Replace "OS X" with "macOS" (#104653)

files:
M Doc/using/mac.rst

diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst
index 69cd5c92d884..651782728621 100644
--- a/Doc/using/mac.rst
+++ b/Doc/using/mac.rst
@@ -144,8 +144,8 @@ the foundation of most modern Mac development. Information on PyObjC is
 available from https://pypi.org/project/pyobjc/.
 
 The standard Python GUI toolkit is :mod:`tkinter`, based on the cross-platform
-Tk toolkit (https://www.tcl.tk). An Aqua-native version of Tk is bundled with OS
-X by Apple, and the latest version can be downloaded and installed from
+Tk toolkit (https://www.tcl.tk). An Aqua-native version of Tk is bundled with
+macOS by Apple, and the latest version can be downloaded and installed from
 https://www.activestate.com; it can also be built from source.
 
 *wxPython* is another popular cross-platform GUI toolkit that runs natively on



More information about the Python-checkins mailing list