diff --git a/Doc/glossary.rst b/Doc/glossary.rst index d7c712ff938..3c931a7c2a9 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -585,7 +585,7 @@ Glossary As of Python 3.13, the GIL can be disabled using the :option:`--disable-gil` build configuration. After building Python with this option, code must be - run with :option:`-X gil 0 <-X>` or after setting the :envvar:`PYTHON_GIL=0 ` + run with :option:`-X gil=0 <-X>` or after setting the :envvar:`PYTHON_GIL=0 ` environment variable. This feature enables improved performance for multi-threaded applications and makes it easier to use multi-core CPUs efficiently. For more details, see :pep:`703`.