]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in Mac/README.rst (#24682)
authorIkko Ashimine <eltociear@gmail.com>
Mon, 1 Mar 2021 16:11:23 +0000 (01:11 +0900)
committerGitHub <noreply@github.com>
Mon, 1 Mar 2021 16:11:23 +0000 (08:11 -0800)
targetting -> targeting

Mac/README.rst

index f3638aa0019aaf0ce42eb11cd1d766516efca9a5..29093e9ec193ae0a61a7d33494daf88b6633c01b 100644 (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.