gh-104773: cgi: Fix typo in What's New in Python 3.13 (#105139)

This commit is contained in:
Victor Stinner 2023-05-31 14:54:07 +02:00 committed by GitHub
parent 03ad6624c2
commit 0430e97097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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