From c1767fce521f5d4f175082d0747cfa48542aea3a Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Tue, 3 May 2022 13:49:06 +0700 Subject: Fix doc warnings in What's New in 3.11 (GH-92215) --- Doc/whatsnew/3.11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 80ce462..607f2e7 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``. -- cgit v0.12