diff options
author | @RandyMcMillan <randy.lee.mcmillan@gmail.com> | 2020-02-11 20:20:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-11 20:20:05 -0500 |
commit | 029e8401b7741cc0964b5f38d2c2264749dbff6b (patch) | |
tree | 6bf753aa1dfa3e9285e9a53aa9dd85ee62c913e9 /Mac | |
parent | Fix ordering issue in Windows release upload script (GH-18465) (diff) | |
download | cpython-029e8401b7741cc0964b5f38d2c2264749dbff6b.tar.gz cpython-029e8401b7741cc0964b5f38d2c2264749dbff6b.tar.bz2 cpython-029e8401b7741cc0964b5f38d2c2264749dbff6b.zip |
docs: macos - change "versiona" to "versions" (GH-18467)
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/README.rst b/Mac/README.rst index 4f2e2ce6623..ec7d873df27 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``. |