Skip to content

Commit a57095c

Browse files
add a comma
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent 7fe5619 commit a57095c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/threads.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Reusing a thread state across repeated calls
249249

250250
Creating and destroying a :c:type:`PyThreadState` is not free, and is more
251251
expensive on a :term:`free-threaded build`. A foreign thread that calls into
252-
the interpreter many times -- for example a worker thread in a native thread
252+
the interpreter many times -- for example, a worker thread in a native thread
253253
pool -- should avoid creating a fresh thread state on every entry and
254254
destroying it on every exit. Instead, set up one thread state when the thread
255255
starts (or lazily on its first call into Python), attach and detach it around

0 commit comments

Comments
 (0)