Skip to content

Commit e0d5813

Browse files
committed
Remove redundant statement
1 parent d5e75c0 commit e0d5813

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Doc/library/concurrent.interpreters.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,9 @@ makes them similar to processes, but they still enjoy in-process
134134
efficiency, like threads.
135135

136136
All that said, interpreters do naturally support certain flavors of
137-
concurrency, as a powerful side effect of that isolation.
138-
There's a powerful side effect of that isolation. It enables a
139-
different approach to concurrency than you can take with async or
140-
threads. It's a similar concurrency model to CSP or the actor model,
137+
concurrency, as a powerful side effect of that isolation. It enables
138+
a different approach to concurrency than you can take with async or
139+
threads. It's a similar concurrency model to CSP or the actor model,
141140
a model which is relatively easy to reason about.
142141

143142
You can take advantage of that concurrency model in a single thread,

0 commit comments

Comments
 (0)