From 72b4900c6081979f9af51274a9146d0c01c38604 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 21 Aug 2023 22:23:46 +0200 Subject: [PATCH] Update Doc/using/configure.rst --- Doc/using/configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 50e5cebcc6d234..50f60ee54fed14 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -187,7 +187,7 @@ General Options .. cmdoption:: --disable-gil - Enables experimental support for running Python without the + Enables **experimental** support for running Python without the :term:`global interpreter lock` (GIL). See :pep:`703` "Making the Global Interpreter Lock Optional in CPython".