summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-08-02 16:30:05 (GMT)
committerGitHub <noreply@github.com>2021-08-02 16:30:05 (GMT)
commit7c89bddd2f7d2fa8ff82782caccdc9706f804313 (patch)
treea0b3d30430307d15866405789caefb914e3a52dc
parenta1eaa74d9dcd973ec278cefc22aac7f514faee4b (diff)
downloadcpython-7c89bddd2f7d2fa8ff82782caccdc9706f804313.zip
cpython-7c89bddd2f7d2fa8ff82782caccdc9706f804313.tar.gz
cpython-7c89bddd2f7d2fa8ff82782caccdc9706f804313.tar.bz2
doc: "Mac OS " -> "macOS" (GH-27534)
(cherry picked from commit 1342248f3a2b321b7b00867f47c92ba6549f9497) Co-authored-by: partev <petrosyan@gmail.com>
-rw-r--r--Doc/library/platform.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst
index be86e56..bb9fc45 100644
--- a/Doc/library/platform.rst
+++ b/Doc/library/platform.rst
@@ -42,7 +42,7 @@ Cross Platform
.. note::
- On Mac OS X (and perhaps other platforms), executable files may be
+ On macOS (and perhaps other platforms), executable files may be
universal files containing multiple architectures.
To get at the "64-bitness" of the current interpreter, it is more