Skip to content

Commit

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

.. versionadded:: 3.11

.. _free-threading-buid:
.. _free-threading-build:

.. option:: --disable-gil

Expand Down

0 comments on commit d873b98

Please sign in to comment.