diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-08-02 13:13:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 13:13:52 (GMT) |
commit | 2ee09597f2418f5c038ad4f536ca87a324133d5c (patch) | |
tree | 192ccca53213213e6254c916f5108d53ff54d4e7 /Doc/library | |
parent | 4f2405a749fff64bd486318ce327acfacfe1c3f7 (diff) | |
download | cpython-2ee09597f2418f5c038ad4f536ca87a324133d5c.zip cpython-2ee09597f2418f5c038ad4f536ca87a324133d5c.tar.gz cpython-2ee09597f2418f5c038ad4f536ca87a324133d5c.tar.bz2 |
doc: "Mac OS " -> "macOS" (GH-27534) (GH-27549)
(cherry picked from commit 1342248f3a2b321b7b00867f47c92ba6549f9497)
Co-authored-by: partev <petrosyan@gmail.com>
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/platform.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index b293adf..49186ce 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 |