https://github.com/python/cpython/commit/1e69cd1634e4f0f8c375be85d11925bd12deef23
commit: 1e69cd1634e4f0f8c375be85d11925bd12deef23
branch: main
author: soolabettu <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-07-25T16:50:53+01:00
summary:

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

Co-authored-by: Adam Turner <[email protected]>

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

diff --git a/Doc/library/concurrent.interpreters.rst 
b/Doc/library/concurrent.interpreters.rst
index be9d565f8e0d38..41ea6af3b226e9 100644
--- a/Doc/library/concurrent.interpreters.rst
+++ b/Doc/library/concurrent.interpreters.rst
@@ -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,

_______________________________________________
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