]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-104773: cgi: Fix typo in What's New in Python 3.13 (#105139)
authorVictor Stinner <vstinner@python.org>
Wed, 31 May 2023 12:54:07 +0000 (14:54 +0200)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 12:54:07 +0000 (14:54 +0200)
Doc/whatsnew/3.13.rst

index 6d0be3b258f6c2a8940364491d0b55cab4768ad0..59c7f78b38022113cb223699a5faf0da38aa3490 100644 (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