@@ -199,7 +199,7 @@ directory.
199199If you don't choose an installation directory---i.e., if you just run ``setup.py
200200install ``\ ---then the :command: `install ` command installs to the standard
201201location for third-party Python modules. This location varies by platform and
202- by how you built/installed Python itself. On Unix (and Mac OS X , which is also
202+ by how you built/installed Python itself. On Unix (and macOS , which is also
203203Unix-based), it also depends on whether the module distribution being installed
204204is pure Python or contains extensions ("non-pure"):
205205
@@ -229,7 +229,7 @@ Notes:
229229
230230:file: `{ prefix } ` and :file: `{ exec-prefix } ` stand for the directories that Python
231231is installed to, and where it finds its libraries at run-time. They are always
232- the same under Windows, and very often the same under Unix and Mac OS X . You
232+ the same under Windows, and very often the same under Unix and macOS . You
233233can find out what your Python installation uses for :file: `{ prefix } ` and
234234:file: `{ exec-prefix } ` by running Python in interactive mode and typing a few
235235simple commands. Under Unix, just type ``python `` at the shell prompt. Under
@@ -305,7 +305,7 @@ install into it. It is enabled with a simple option::
305305Files will be installed into subdirectories of :data: `site.USER_BASE ` (written
306306as :file: `{ userbase } ` hereafter). This scheme installs pure Python modules and
307307extension modules in the same location (also known as :data: `site.USER_SITE `).
308- Here are the values for UNIX, including Mac OS X :
308+ Here are the values for UNIX, including macOS :
309309
310310=============== ===========================================================
311311Type of file Installation directory
@@ -728,7 +728,7 @@ Location and names of config files
728728----------------------------------
729729
730730The names and locations of the configuration files vary slightly across
731- platforms. On Unix and Mac OS X , the three configuration files (in the order
731+ platforms. On Unix and macOS , the three configuration files (in the order
732732they are processed) are:
733733
734734+--------------+----------------------------------------------------------+-------+
0 commit comments