From 0430e97097a8f852aea21669e7f4203d028114f9 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 31 May 2023 14:54:07 +0200 Subject: [PATCH] gh-104773: cgi: Fix typo in What's New in Python 3.13 (#105139) --- Doc/whatsnew/3.13.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 6d0be3b258f6c2..59c7f78b380221 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -169,7 +169,7 @@ Removed (Contributed by Hugo van Kemenade in :gh:`104835`.) -* :pep:`594`: Remove the :mod:`!cgi`` and :mod:`!cgitb` modules, +* :pep:`594`: Remove the :mod:`!cgi` and :mod:`!cgitb` modules, deprecated in Python 3.11. * ``cgi.FieldStorage`` can typically be replaced with