diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-07-08 20:30:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 20:30:05 (GMT) |
commit | 006b53a42f72be83ecdfc39f3603cdd66bfcdc45 (patch) | |
tree | 9f90a4db516d1a0212b1696cb90d4aa04e06de1b /Misc/NEWS.d/3.11.0a4.rst | |
parent | 2be37ec8e2f68d2c2fce7ea7b9eef73d218a22f9 (diff) | |
download | cpython-006b53a42f72be83ecdfc39f3603cdd66bfcdc45.zip cpython-006b53a42f72be83ecdfc39f3603cdd66bfcdc45.tar.gz cpython-006b53a42f72be83ecdfc39f3603cdd66bfcdc45.tar.bz2 |
NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Misc/NEWS.d/3.11.0a4.rst')
-rw-r--r-- | Misc/NEWS.d/3.11.0a4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.11.0a4.rst b/Misc/NEWS.d/3.11.0a4.rst index a5ce762..64e2f39 100644 --- a/Misc/NEWS.d/3.11.0a4.rst +++ b/Misc/NEWS.d/3.11.0a4.rst @@ -258,7 +258,7 @@ instruction which performs the same operation, but without the loop. .. nonce: ADVaPT .. section: Core and Builtins -The code called from :c:func:`_PyErr_Display` was refactored to improve +The code called from :c:func:`!_PyErr_Display` was refactored to improve error handling. It now exits immediately upon an unrecoverable error. .. |