@@ -209,7 +209,7 @@ If you decide to :ref:`build-dependencies`, you will need to re-run both
209
209
Once CPython is done building you will then have a working build
210
210
that can be run in-place; ``./python `` on most machines (and what is used in
211
211
all examples), ``./python.exe `` wherever a case-insensitive filesystem is used
212
- (e.g. on OS X by default), in order to avoid conflicts with the ``Python ``
212
+ (e.g. on macOS by default), in order to avoid conflicts with the ``Python ``
213
213
directory. There is normally no need to install your built copy
214
214
of Python! The interpreter will realize where it is being run from
215
215
and thus use the files found in the working copy. If you are worried
@@ -326,7 +326,7 @@ Install dependencies
326
326
====================
327
327
328
328
This section explains how to install additional extensions (e.g. ``zlib ``)
329
- on :ref: `Linux <deps-on-linux >` and :ref: `macOs/OS X < macOS > `. On Windows,
329
+ on :ref: `Linux <deps-on-linux >` and :ref: `macOS `. On Windows,
330
330
extensions are already included and built automatically.
331
331
332
332
.. _deps-on-linux :
@@ -385,7 +385,7 @@ their dependencies::
385
385
lzma lzma-dev tk-dev uuid-dev zlib1g-dev
386
386
387
387
388
- .. _ MacOS :
388
+ .. _ macOS :
389
389
390
390
macOS and OS X
391
391
--------------
@@ -610,7 +610,7 @@ every rule.
610
610
The part of the standard library implemented in pure Python.
611
611
612
612
``Mac ``
613
- Mac-specific code (e.g., using IDLE as an OS X application).
613
+ Mac-specific code (e.g., using IDLE as a macOS application).
614
614
615
615
``Misc ``
616
616
Things that do not belong elsewhere. Typically this is varying kinds of
0 commit comments