summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorpartev <petrosyan@gmail.com>2021-08-02 09:39:56 (GMT)
committerGitHub <noreply@github.com>2021-08-02 09:39:56 (GMT)
commit1342248f3a2b321b7b00867f47c92ba6549f9497 (patch)
tree1c6e3b1abbabb8e23bc1b2e8b5a1d35e8a225efd /Doc
parenta9134fa2ffb7e4684c980325dd5444afca596586 (diff)
downloadcpython-1342248f3a2b321b7b00867f47c92ba6549f9497.zip
cpython-1342248f3a2b321b7b00867f47c92ba6549f9497.tar.gz
cpython-1342248f3a2b321b7b00867f47c92ba6549f9497.tar.bz2
doc: "Mac OS " -> "macOS" (GH-27534)
Diffstat (limited to 'Doc')
-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