]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix doc warnings in What's New in 3.11 (GH-92215)
authorKen Jin <kenjin4096@gmail.com>
Tue, 3 May 2022 06:49:06 +0000 (13:49 +0700)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 06:49:06 +0000 (14:49 +0800)
Doc/whatsnew/3.11.rst

index 80ce46261f1596e9aa995da0bfa1b0e6c390e06f..607f2e749bb5a48d522580509e50a2f1fd266fd8 100644 (file)
@@ -1396,7 +1396,7 @@ C API Changes
   fields of the result from the exception instance (the ``value`` field).
   (Contributed by Irit Katriel in :issue:`45711`.)
 
-* :c:struct:`_frozen` has a new ``is_package`` field to indicate whether
+* :c:type:`_frozen` has a new ``is_package`` field to indicate whether
   or not the frozen module is a package.  Previously, a negative value
   in the ``size`` field was the indicator.  Now only non-negative values
   be used for ``size``.