Skip to content

Commit

Permalink
pythongh-104773: cgi: Fix typo in What's New in Python 3.13 (python#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed May 31, 2023
1 parent 03ad662 commit 0430e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0430e97

Please sign in to comment.