diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-07-26 19:37:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-26 19:37:39 (GMT) |
commit | da2097dffbf1573d34439166468012d8f79d8595 (patch) | |
tree | 2329d27724a5e9086be141f38e89207a855ec81c /Doc/whatsnew/2.4.rst | |
parent | 9f5a5f0b33479abcd1619fcc5ea3b8d0a31818f4 (diff) | |
download | cpython-da2097dffbf1573d34439166468012d8f79d8595.zip cpython-da2097dffbf1573d34439166468012d8f79d8595.tar.gz cpython-da2097dffbf1573d34439166468012d8f79d8595.tar.bz2 |
[3.12] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107312)
(cherry picked from commit 6d5b6e71c87fca7c5c26f5dd8f325087962215cc)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc/whatsnew/2.4.rst')
-rw-r--r-- | Doc/whatsnew/2.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.4.rst b/Doc/whatsnew/2.4.rst index d68f600..a00c436 100644 --- a/Doc/whatsnew/2.4.rst +++ b/Doc/whatsnew/2.4.rst @@ -1491,7 +1491,7 @@ Some of the changes to Python's build process and to the C API are: though that processor architecture doesn't call that register "the TSC register". (Contributed by Jeremy Hylton.) -* The :c:type:`tracebackobject` type has been renamed to +* The :c:type:`!tracebackobject` type has been renamed to :c:type:`PyTracebackObject`. .. ====================================================================== |