From fc8e85a08fd8b29b2c9e9f26a4d22f6f37e4cead Mon Sep 17 00:00:00 2001 From: July Tikhonov Date: Wed, 26 Oct 2022 02:42:54 +0300 Subject: [PATCH] fix a typo in whatsnew/3.11 (GH-98603) (cherry picked from commit 45644905ea1352b79a0d5ab4f02e00a258206116) Co-authored-by: July Tikhonov --- Doc/whatsnew/3.11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index f819c92cb3fb11..d1c37e8bbe90be 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -1904,7 +1904,7 @@ C APIs pending removal are Removed ======= -This section lists Python APIs that have been removed in Python 3.12. +This section lists Python APIs that have been removed in Python 3.11. Removed C APIs are :ref:`listed separately `.