@@ -206,7 +206,7 @@ directory.
206206If you don't choose an installation directory---i.e., if you just run ``setup.py
207207install ``\ ---then the :command: `install ` command installs to the standard
208208location for third-party Python modules. This location varies by platform and
209- by how you built/installed Python itself. On Unix (and Mac OS X , which is also
209+ by how you built/installed Python itself. On Unix (and macOS , which is also
210210Unix-based), it also depends on whether the module distribution being installed
211211is pure Python or contains extensions ("non-pure"):
212212
@@ -236,7 +236,7 @@ Notes:
236236
237237:file: `{ prefix } ` and :file: `{ exec-prefix } ` stand for the directories that Python
238238is installed to, and where it finds its libraries at run-time. They are always
239- the same under Windows, and very often the same under Unix and Mac OS X . You
239+ the same under Windows, and very often the same under Unix and macOS . You
240240can find out what your Python installation uses for :file: `{ prefix } ` and
241241:file: `{ exec-prefix } ` by running Python in interactive mode and typing a few
242242simple commands. Under Unix, just type ``python `` at the shell prompt. Under
@@ -312,7 +312,7 @@ install into it. It is enabled with a simple option::
312312Files will be installed into subdirectories of :data: `site.USER_BASE ` (written
313313as :file: `{ userbase } ` hereafter). This scheme installs pure Python modules and
314314extension modules in the same location (also known as :data: `site.USER_SITE `).
315- Here are the values for UNIX, including Mac OS X :
315+ Here are the values for UNIX, including macOS :
316316
317317=============== ===========================================================
318318Type of file Installation directory
@@ -735,7 +735,7 @@ Location and names of config files
735735----------------------------------
736736
737737The names and locations of the configuration files vary slightly across
738- platforms. On Unix and Mac OS X , the three configuration files (in the order
738+ platforms. On Unix and macOS , the three configuration files (in the order
739739they are processed) are:
740740
741741+--------------+----------------------------------------------------------+-------+
0 commit comments