Skip to content

Commit d26ccbd

Browse files
Doc: Address review feedback for free-threading how-to
1 parent 2614ffb commit d26ccbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/free-threading-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Python support for free threading
66

77
Starting with the 3.13 release, CPython has support for a build of
88
Python called :term:`free threading` where the :term:`global interpreter lock`
9-
(GIL) is disabled. Free-threaded execution allows for full utilization of the
9+
(GIL) is disabled. Free-threaded execution allows for full utilization of the
1010
available processing power by running threads in parallel on available CPU cores.
1111
While not all software will benefit from this automatically, programs
1212
designed with threading in mind will run faster on multi-core hardware.

0 commit comments

Comments
 (0)