From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 12 Feb 2020 01:40:39 +0000 (-0800) Subject: docs: macos - change "versiona" to "versions" (GH-18467) (GH-18470) X-Git-Tag: v3.7.7rc1~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a933f74aba6eb11e7bf13d4d814dbeb4ddcb82b9;p=thirdparty%2FPython%2Fcpython.git docs: macos - change "versiona" to "versions" (GH-18467) (GH-18470) (cherry picked from commit 029e8401b7741cc0964b5f38d2c2264749dbff6b) Co-authored-by: @RandyMcMillan --- diff --git a/Mac/README.rst b/Mac/README.rst index 4f2e2ce6623d..ec7d873df277 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``.