Skip to content

Commit 9f10039

Browse files
rhansenebonnal
authored andcommitted
Doc: Typo fix: nrace -> race (python#127288)
1 parent 2692dba commit 9f10039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/concurrent.futures.rst

+1-1
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)