diff options
author | partev <petrosyan@gmail.com> | 2023-05-20 08:25:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-20 08:25:52 (GMT) |
commit | 06eeee97e36aa6bb3d21d7cbc288763ae3a7b21e (patch) | |
tree | e64fe9074405ccc958d0897e3709455609c29c3d /Doc/using | |
parent | ceaa4c3476ac49b5b31954fec53796c7a3b40349 (diff) | |
download | cpython-06eeee97e36aa6bb3d21d7cbc288763ae3a7b21e.zip cpython-06eeee97e36aa6bb3d21d7cbc288763ae3a7b21e.tar.gz cpython-06eeee97e36aa6bb3d21d7cbc288763ae3a7b21e.tar.bz2 |
Replace "OS X" with "macOS" (#104653)
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/mac.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index 69cd5c9..6517827 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 |