Skip to content

Commit 0430e97

Browse files
authored
gh-104773: cgi: Fix typo in What's New in Python 3.13 (#105139)
1 parent 03ad662 commit 0430e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.13.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Removed
169169

170170
(Contributed by Hugo van Kemenade in :gh:`104835`.)
171171

172-
* :pep:`594`: Remove the :mod:`!cgi`` and :mod:`!cgitb` modules,
172+
* :pep:`594`: Remove the :mod:`!cgi` and :mod:`!cgitb` modules,
173173
deprecated in Python 3.11.
174174

175175
* ``cgi.FieldStorage`` can typically be replaced with

0 commit comments

Comments
 (0)