From 94c02c951414539bbf172ce0cc4130b1c643f5f6 Mon Sep 17 00:00:00 2001 From: July Tikhonov Date: Mon, 24 Oct 2022 18:35:30 +0300 Subject: [PATCH] fix a typo in whatsnew/3.11 --- 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 d91307abf1415c..f6f5803402d86a 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -1834,7 +1834,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 `.