From ba5725171d9c411fc4764349205eff5cfc028797 Mon Sep 17 00:00:00 2001 From: Erlend Egeberg Aasland Date: Sat, 12 Feb 2022 01:48:26 +0100 Subject: [PATCH] bpo-46355: Amend What's New in Python 3.11 C API wording (GH-31288) --- Doc/whatsnew/3.11.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 95fce1e8e10..5e7c89e6842 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 - `__ to get these functions - on old Python functions. + `__ to get these APIs + on older Python versions. * Changes of the :c:type:`PyThreadState` structure members: