summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-02-11 17:39:33 -0800
committerGitHub <noreply@github.com>2020-02-11 20:39:33 -0500
commit0f0d2e496205c345b182b6572ee09db23f8f9daf (patch)
tree1dc5cfb6d58078cbdf2024a8d19e98bc68adb88b
parentd3f9fb2d28ceedb0a17a703338424ff284a578c8 (diff)
downloadcpython-git-0f0d2e496205c345b182b6572ee09db23f8f9daf.tar.gz
docs: macos - change "versiona" to "versions" (GH-18467) (GH-18469)
(cherry picked from commit 029e8401b7741cc0964b5f38d2c2264749dbff6b) Co-authored-by: @RandyMcMillan <randy.lee.mcmillan@gmail.com>
-rw-r--r--Mac/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/README.rst b/Mac/README.rst
index 4f2e2ce662..ec7d873df2 100644
--- a/Mac/README.rst
+++ b/Mac/README.rst
@@ -49,7 +49,7 @@ macOS specific arguments to configure
system header files in their traditional locations, like ``/usr/include`` and
``/System/Library/Frameworks``; instead they are found within a MacOSX SDK.
The Apple-supplied build tools handle this transparently and current
- versiona of Python now handle this as well. So it is no longer necessary,
+ versions of Python now handle this as well. So it is no longer necessary,
and since macOS 10.14, no longer possible to force the installation of system
headers with ``xcode-select``.