Skip to content

Commit

Permalink
fix sphinx syntax in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Nov 27, 2023
1 parent 3bb41e5 commit 11f91f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/c-api/refcounting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ of Python objects.
Set the object *o* reference counter to *refcnt*.
On ref:`Python build with Free Threading <free-threading-buid>`, if *refcnt*
is larger than ``UINT32_MAX``, the object is made :term:`immortal`.
On :ref:`Python build with Free Threading <free-threading-buid>`, if
*refcnt* is larger than ``UINT32_MAX``, the object is made :term:`immortal`.
This function has no effect on :term:`immortal` objects.
Expand Down

0 comments on commit 11f91f3

Please sign in to comment.