From fa95b69856974ec34eac13ebe4d4bde8a582b776 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 25 Oct 2022 16:50:09 -0700 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 59e2d2adb8ae..f09ccb133fbc 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 `. -- 2.47.3