]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-46355: Amend What's New in Python 3.11 C API wording (GH-31288)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Sat, 12 Feb 2022 00:48:26 +0000 (01:48 +0100)
committerGitHub <noreply@github.com>
Sat, 12 Feb 2022 00:48:26 +0000 (01:48 +0100)
Doc/whatsnew/3.11.rst

index 95fce1e8e10822acc9d6de620355ad6cd26a37cd..5e7c89e68426e893ff1b2649f4dd4ec90bf34739 100644 (file)
@@ -874,8 +874,8 @@ Porting to Python 3.11
       #endif
 
   Or use `the pythoncapi_compat project
-  <https://github.com/pythoncapi/pythoncapi_compat>`__ to get these functions
-  on old Python functions.
+  <https://github.com/pythoncapi/pythoncapi_compat>`__ to get these APIs
+  on older Python versions.
 
 * Changes of the :c:type:`PyThreadState` structure members: