From 11f91f3765886525a9cd8c268eb2e7dcdb8acd2e Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 17 Nov 2023 15:18:54 +0100 Subject: [PATCH] fix sphinx syntax in the doc --- Doc/c-api/refcounting.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/c-api/refcounting.rst b/Doc/c-api/refcounting.rst index a6a5154c703d04..90317777dc66e7 100644 --- a/Doc/c-api/refcounting.rst +++ b/Doc/c-api/refcounting.rst @@ -34,8 +34,8 @@ of Python objects. Set the object *o* reference counter to *refcnt*. - On ref:`Python build with Free Threading `, if *refcnt* - is larger than ``UINT32_MAX``, the object is made :term:`immortal`. + On :ref:`Python build with Free Threading `, if + *refcnt* is larger than ``UINT32_MAX``, the object is made :term:`immortal`. This function has no effect on :term:`immortal` objects.