diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2021-03-01 16:11:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-01 16:11:23 (GMT) |
commit | 8c9453b5759f7ab86a01fab13b03cef5900eb328 (patch) | |
tree | afedc1c5961461bf0e54483c494ba8eb39c46f12 /Mac | |
parent | f4d7d46cb48aa3a1bf3c2c7e2d7d71cbf49dea69 (diff) | |
download | cpython-8c9453b5759f7ab86a01fab13b03cef5900eb328.zip cpython-8c9453b5759f7ab86a01fab13b03cef5900eb328.tar.gz cpython-8c9453b5759f7ab86a01fab13b03cef5900eb328.tar.bz2 |
Fix typo in Mac/README.rst (#24682)
targetting -> targeting
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 f3638aa..29093e9 100644 --- a/Mac/README.rst +++ b/Mac/README.rst @@ -359,7 +359,7 @@ them symbolic links to files in ``/Library/Frameworks/Python.framework/Versions/ Weak linking support ==================== -The CPython sources support building with the latest SDK while targetting deployment +The CPython sources support building with the latest SDK while targeting deployment to macOS 10.9. This is done through weak linking of symbols introduced in macOS 10.10 or later and checking for their availability at runtime. |