]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Typo fix: nrace -> race (#127288)
authorRichard Hansen <rhansen@rhansen.org>
Tue, 26 Nov 2024 13:05:07 +0000 (08:05 -0500)
committerGitHub <noreply@github.com>
Tue, 26 Nov 2024 13:05:07 +0000 (15:05 +0200)
Doc/library/concurrent.futures.rst

index a57120e88103dec4ef05b3fe0e5cb551923a1726..5a950081a1c98de4e07f88d17e4e866cd8dc33f2 100644 (file)
@@ -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