Skip to content

Commit d873b98

Browse files
committed
fix typo in the doc link
1 parent 11f91f3 commit d873b98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/c-api/refcounting.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ 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
37+
On :ref:`Python build with Free Threading <free-threading-build>`, if
3838
*refcnt* is larger than ``UINT32_MAX``, the object is made :term:`immortal`.
3939
4040
This function has no effect on :term:`immortal` objects.

Doc/using/configure.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ General Options
287287

288288
.. versionadded:: 3.11
289289

290-
.. _free-threading-buid:
290+
.. _free-threading-build:
291291

292292
.. option:: --disable-gil
293293

0 commit comments

Comments
 (0)