From 0b79a79034e7f17a3c9cfa9fe3e4eeaa3de1b80c Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Wed, 26 Oct 2022 15:23:14 +0100 Subject: [PATCH] Fix small typo in the removed/deprecated section of the 3.11 whats new --- 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 deec420068504c..d2441d44f3875d 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 `.