diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-09-23 10:25:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-23 10:25:57 (GMT) |
commit | f1d5cdef57fea961646c52db7a60d1f110e0eaa6 (patch) | |
tree | 300e6cb9ff7791ba2c2e00b98266f46083df912a /Doc/distributing | |
parent | e06b0fddf69b933fe82f60d78a0f6248ca36a0a3 (diff) | |
download | cpython-f1d5cdef57fea961646c52db7a60d1f110e0eaa6.zip cpython-f1d5cdef57fea961646c52db7a60d1f110e0eaa6.tar.gz cpython-f1d5cdef57fea961646c52db7a60d1f110e0eaa6.tar.bz2 |
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28524)
Replace old names when they refer to actual versions of macOS.
Keep historical names in references to older versions.
Co-authored-by: Patrick Reader <_@pxeger.com>
(cherry picked from commit 36122e18148c5b6c78ebce1d36d514fd7cf250f5)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc/distributing')
-rw-r--r-- | Doc/distributing/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distributing/index.rst b/Doc/distributing/index.rst index 56a0a2e..66ba1e9 100644 --- a/Doc/distributing/index.rst +++ b/Doc/distributing/index.rst @@ -101,7 +101,7 @@ by invoking the ``pip`` module at the command line:: .. note:: - For POSIX users (including Mac OS X and Linux users), these instructions + For POSIX users (including macOS and Linux users), these instructions assume the use of a :term:`virtual environment`. For Windows users, these instructions assume that the option to |