Skip to content

Commit

Permalink
Update docs/subinterpreters.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Speicher <[email protected]>
  • Loading branch information
agronholm and uSpike authored Jan 3, 2025
1 parent 2f4f261 commit ea0d7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/subinterpreters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Running functions in a worker interpreter makes sense when:
* The code is either pure Python code, or extension code that does not release the
Global Interpreter Lock (GIL)

If the code you'try trying to run only does blocking network I/O, or file I/O, then
If the code you're trying to run only does blocking network I/O, or file I/O, then
you're better off using :doc:`worker thread <threads>` instead.

This is done by using :func:`.interpreter.run_sync`::
Expand Down

0 comments on commit ea0d7a7

Please sign in to comment.