mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Doc: Typo fix: nrace -> race (#127288)
This commit is contained in:
parent
0c1feebf95
commit
ab237ff81d
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ This results in several benefits that help balance the extra effort,
|
|||
including true multi-core parallelism, For example, code written
|
||||
this way can make it easier to reason about concurrency. Another
|
||||
major benefit is that you don't have to deal with several of the
|
||||
big pain points of using threads, like nrace conditions.
|
||||
big pain points of using threads, like race conditions.
|
||||
|
||||
Each worker's interpreter is isolated from all the other interpreters.
|
||||
"Isolated" means each interpreter has its own runtime state and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue