https://github.com/python/cpython/commit/ab237ff81d2201c70aaacf51f0c033df334e5d07
commit: ab237ff81d2201c70aaacf51f0c033df334e5d07
branch: main
author: Richard Hansen <[email protected]>
committer: Eclips4 <[email protected]>
date: 2024-11-26T15:05:07+02:00
summary:

Doc: Typo fix: nrace -> race (#127288)

files:
M Doc/library/concurrent.futures.rst

diff --git a/Doc/library/concurrent.futures.rst 
b/Doc/library/concurrent.futures.rst
index a57120e88103de..5a950081a1c98d 100644
--- a/Doc/library/concurrent.futures.rst
+++ b/Doc/library/concurrent.futures.rst
@@ -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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to