summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.7.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-01-27 14:57:28 (GMT)
committerGitHub <noreply@github.com>2024-01-27 14:57:28 (GMT)
commit045663f9927f573e53af20698674c1ebd2d80d4a (patch)
treec93c5bc570cbbb94a06c089c5e748526591a0b14 /Doc/whatsnew/2.7.rst
parent5c21f3d9e5a1f798585ed9a642d04d036bcace77 (diff)
downloadcpython-045663f9927f573e53af20698674c1ebd2d80d4a.zip
cpython-045663f9927f573e53af20698674c1ebd2d80d4a.tar.gz
cpython-045663f9927f573e53af20698674c1ebd2d80d4a.tar.bz2
[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (GH-114531) (#114649)
Diffstat (limited to 'Doc/whatsnew/2.7.rst')
-rw-r--r--Doc/whatsnew/2.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 9eb157c..831e867 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -2130,7 +2130,7 @@ Changes to Python's build process and to the C API include:
only the filename, function name, and first line number are required.
This is useful for extension modules that are attempting to
construct a more useful traceback stack. Previously such
- extensions needed to call :c:func:`PyCode_New`, which had many
+ extensions needed to call :c:func:`!PyCode_New`, which had many
more arguments. (Added by Jeffrey Yasskin.)
* New function: :c:func:`PyErr_NewExceptionWithDoc` creates a new