From 865ad7934d362fb4b4ad33c004794a76b0b83b5b Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Fri, 11 Feb 2022 10:03:29 +0100 Subject: [PATCH] bpo-46355: Amend What's New wording --- 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 95fce1e8e10822a..5e7c89e68426e89 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: