summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.12.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-10-07 01:01:30 (GMT)
committerGitHub <noreply@github.com>2022-10-07 01:01:30 (GMT)
commitfa2d43e5184f5eaf3391844ec2400342a1b2ead4 (patch)
treefaa2f2ae684d96fd9bd81e5bc28a99bf96274254 /Doc/whatsnew/3.12.rst
parent27025e158c70331d0a8fb42fe234a2a6770850d1 (diff)
downloadcpython-fa2d43e5184f5eaf3391844ec2400342a1b2ead4.zip
cpython-fa2d43e5184f5eaf3391844ec2400342a1b2ead4.tar.gz
cpython-fa2d43e5184f5eaf3391844ec2400342a1b2ead4.tar.bz2
Docs: Fix backtick errors found by sphinx-lint (#97998)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Diffstat (limited to 'Doc/whatsnew/3.12.rst')
-rw-r--r--Doc/whatsnew/3.12.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index d18c31f..405de11 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -588,7 +588,7 @@ Porting to Python 3.12
``tp_weaklistoffset``, respectively.
The use of ``tp_dictoffset`` and ``tp_weaklistoffset`` is still
supported, but does not fully support multiple inheritance
- (:gh: `95589`), and performance may be worse.
+ (:gh:`95589`), and performance may be worse.
Classes declaring :const:`Py_TPFLAGS_MANAGED_DICT` should call
:c:func:`_PyObject_VisitManagedDict` and :c:func:`_PyObject_ClearManagedDict`
to traverse and clear their instance's dictionaries.