]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-137090: Remove redundant statement in ``Doc/library/concurrent.interpreters.rst...
authorsoolabettu <17737361+soolabettu@users.noreply.github.com>
Fri, 25 Jul 2025 15:50:53 +0000 (11:50 -0400)
committerGitHub <noreply@github.com>
Fri, 25 Jul 2025 15:50:53 +0000 (16:50 +0100)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/library/concurrent.interpreters.rst

index be9d565f8e0d38385d7dadf1ff7ec253afaf140b..41ea6af3b226e98569686678838de35db85cfb04 100644 (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,