Skip to content

Commit

Permalink
Merge pull request #12 from graingert/patch-1
Browse files Browse the repository at this point in the history
fix typo in README.md
  • Loading branch information
jsbueno authored Oct 12, 2024
2 parents 00e4276 + 86672ca commit 4a9f5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ is made available as `_interpreters`. (And before that, in Python
With the implementation of PEP 684 before Python 3.12, using
subinterpreters became a lot more interesting, because
each subinterpreter now has an independent GIL. This means
that different interpreters (running in differnet threads)
that different interpreters (running in different threads)
can actually execute Python code in parallel in multiple
CPU cores.

Expand Down

0 comments on commit 4a9f5e1

Please sign in to comment.