summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2022-02-12 00:48:26 (GMT)
committerGitHub <noreply@github.com>2022-02-12 00:48:26 (GMT)
commitba5725171d9c411fc4764349205eff5cfc028797 (patch)
tree8c3391ab60c5e903c94596775cc54cbb3c94f077
parente0bc8ee945af96f9395659bbe3cc30b082e7a361 (diff)
downloadcpython-ba5725171d9c411fc4764349205eff5cfc028797.zip
cpython-ba5725171d9c411fc4764349205eff5cfc028797.tar.gz
cpython-ba5725171d9c411fc4764349205eff5cfc028797.tar.bz2
bpo-46355: Amend What's New in Python 3.11 C API wording (GH-31288)
-rw-r--r--Doc/whatsnew/3.11.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 95fce1e..5e7c89e 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -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: