gh-137090: Remove redundant statement in `Doc/library/concurrent.interpreters.rst` (#137091)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
soolabettu 2025-07-25 11:50:53 -04:00 committed by GitHub
parent e047a35b23
commit 1e69cd1634
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,7 +134,7 @@ makes them similar to processes, but they still enjoy in-process
efficiency, like threads.
All that said, interpreters do naturally support certain flavors of
concurrency, as a powerful side effect of that isolation.
concurrency.
There's a powerful side effect of that isolation. It enables a
different approach to concurrency than you can take with async or
threads. It's a similar concurrency model to CSP or the actor model,