Skip to content

Commit ab237ff

Browse files
authored
Doc: Typo fix: nrace -> race (#127288)
1 parent 0c1feeb commit ab237ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/concurrent.futures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ This results in several benefits that help balance the extra effort,
252252
including true multi-core parallelism, For example, code written
253253
this way can make it easier to reason about concurrency. Another
254254
major benefit is that you don't have to deal with several of the
255-
big pain points of using threads, like nrace conditions.
255+
big pain points of using threads, like race conditions.
256256

257257
Each worker's interpreter is isolated from all the other interpreters.
258258
"Isolated" means each interpreter has its own runtime state and

0 commit comments

Comments
 (0)