summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.11.0a4.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-07-08 20:30:05 (GMT)
committerGitHub <noreply@github.com>2024-07-08 20:30:05 (GMT)
commit006b53a42f72be83ecdfc39f3603cdd66bfcdc45 (patch)
tree9f90a4db516d1a0212b1696cb90d4aa04e06de1b /Misc/NEWS.d/3.11.0a4.rst
parent2be37ec8e2f68d2c2fce7ea7b9eef73d218a22f9 (diff)
downloadcpython-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.rst2
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.
..