[Python-checkins] Fix doc warnings in What's New in 3.11 (GH-92215)

Fidget-Spinner webhook-mailer at python.org
Tue May 3 02:49:17 EDT 2022


https://github.com/python/cpython/commit/c1767fce521f5d4f175082d0747cfa48542aea3a
commit: c1767fce521f5d4f175082d0747cfa48542aea3a
branch: main
author: Ken Jin <kenjin4096 at gmail.com>
committer: Fidget-Spinner <kenjin4096 at gmail.com>
date: 2022-05-03T14:49:06+08:00
summary:

Fix doc warnings in What's New in 3.11 (GH-92215)

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 80ce46261f159..607f2e749bb5a 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -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``.



More information about the Python-checkins mailing list