[Python-checkins] Fix typo in Mac/README.rst (#24682)

willingc webhook-mailer at python.org
Mon Mar 1 11:11:32 EST 2021


https://github.com/python/cpython/commit/8c9453b5759f7ab86a01fab13b03cef5900eb328
commit: 8c9453b5759f7ab86a01fab13b03cef5900eb328
branch: master
author: Ikko Ashimine <eltociear at gmail.com>
committer: willingc <carolcode at willingconsulting.com>
date: 2021-03-01T08:11:23-08:00
summary:

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

targetting -> targeting

files:
M Mac/README.rst

diff --git a/Mac/README.rst b/Mac/README.rst
index f3638aa0019aa..29093e9ec193a 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.
 



More information about the Python-checkins mailing list