diff options
author | Ken Jin <kenjin4096@gmail.com> | 2022-05-03 06:49:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 06:49:06 (GMT) |
commit | c1767fce521f5d4f175082d0747cfa48542aea3a (patch) | |
tree | a7b99c8d65c0a83c819bc85bb056169b36aaaf5c /Doc/whatsnew | |
parent | a73fc73ff7586b09d68a330760d06862f5bafb9b (diff) | |
download | cpython-c1767fce521f5d4f175082d0747cfa48542aea3a.zip cpython-c1767fce521f5d4f175082d0747cfa48542aea3a.tar.gz cpython-c1767fce521f5d4f175082d0747cfa48542aea3a.tar.bz2 |
Fix doc warnings in What's New in 3.11 (GH-92215)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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``. |