Skip to content

Commit c1767fc

Browse files
Fix doc warnings in What's New in 3.11 (GH-92215)
1 parent a73fc73 commit c1767fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ C API Changes
13961396
fields of the result from the exception instance (the ``value`` field).
13971397
(Contributed by Irit Katriel in :issue:`45711`.)
13981398

1399-
* :c:struct:`_frozen` has a new ``is_package`` field to indicate whether
1399+
* :c:type:`_frozen` has a new ``is_package`` field to indicate whether
14001400
or not the frozen module is a package. Previously, a negative value
14011401
in the ``size`` field was the indicator. Now only non-negative values
14021402
be used for ``size``.

0 commit comments

Comments
 (0)