Skip to content

Commit fc4349e

Browse files
committed
fix sphinx syntax in the doc
1 parent 56fc4e1 commit fc4349e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/refcounting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ of Python objects.
3434
3535
Set the object *o* reference counter to *refcnt*.
3636
37-
On ref:`Python build with Free Threading <free-threading-buid>`, if *refcnt*
38-
is larger than ``UINT32_MAX``, the object is made :term:`immortal`.
37+
On :ref:`Python build with Free Threading <free-threading-buid>`, if
38+
*refcnt* is larger than ``UINT32_MAX``, the object is made :term:`immortal`.
3939
4040
This function has no effect on :term:`immortal` objects.
4141

0 commit comments

Comments
 (0)