Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury committed Sep 24, 2024
1 parent 526737e commit f24bdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/howto/free-threading-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ at runtime using the environment variable :envvar:`PYTHON_GIL` or
the command-line option :option:`-X gil`.

The GIL may also automatically be enabled when importing a C-API extension
module that is not explicitly marked as supporting free threading. See
module that is not explicitly marked as supporting free threading. See
:c:macro:`Py_MOD_GIL_NOT_USED` for more details.


Expand Down

0 comments on commit f24bdb7

Please sign in to comment.