We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f91f3 commit d873b98Copy full SHA for d873b98
Doc/c-api/refcounting.rst
@@ -34,7 +34,7 @@ of Python objects.
34
35
Set the object *o* reference counter to *refcnt*.
36
37
- On :ref:`Python build with Free Threading <free-threading-buid>`, if
+ On :ref:`Python build with Free Threading <free-threading-build>`, if
38
*refcnt* is larger than ``UINT32_MAX``, the object is made :term:`immortal`.
39
40
This function has no effect on :term:`immortal` objects.
Doc/using/configure.rst
@@ -287,7 +287,7 @@ General Options
287
288
.. versionadded:: 3.11
289
290
-.. _free-threading-buid:
+.. _free-threading-build:
291
292
.. option:: --disable-gil
293
0 commit comments