Fix typo in Mac/README.rst (#24682)

targetting -> targeting
This commit is contained in:
Ikko Ashimine 2021-03-02 01:11:23 +09:00 committed by GitHub
parent f4d7d46cb4
commit 8c9453b575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.