From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 25 Oct 2022 23:50:09 +0000 (-0700) Subject: fix a typo in whatsnew/3.11 (GH-98603) X-Git-Tag: v3.11.1~204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa95b69856974ec34eac13ebe4d4bde8a582b776;p=thirdparty%2FPython%2Fcpython.git fix a typo in whatsnew/3.11 (GH-98603) (cherry picked from commit 45644905ea1352b79a0d5ab4f02e00a258206116) Co-authored-by: July Tikhonov --- 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 `.