From d873b981a9e7dd82c852bbae28b204891e560042 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 27 Nov 2023 12:18:36 +0100 Subject: [PATCH] fix typo in the doc link --- Doc/c-api/refcounting.rst | 2 +- Doc/using/configure.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/c-api/refcounting.rst b/Doc/c-api/refcounting.rst index 90317777dc66e7..75e1d46474f1e7 100644 --- a/Doc/c-api/refcounting.rst +++ b/Doc/c-api/refcounting.rst @@ -34,7 +34,7 @@ of Python objects. Set the object *o* reference counter to *refcnt*. - On :ref:`Python build with Free Threading `, if + On :ref:`Python build with Free Threading `, if *refcnt* is larger than ``UINT32_MAX``, the object is made :term:`immortal`. This function has no effect on :term:`immortal` objects. diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 8a5e16ece60bb5..56d2d6dc4ab5f1 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -287,7 +287,7 @@ General Options .. versionadded:: 3.11 -.. _free-threading-buid: +.. _free-threading-build: .. option:: --disable-gil