Skip to content

Commit 7283f88

Browse files
authored
Update Doc/library/concurrent.interpreters.rst
1 parent c67b9d3 commit 7283f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/concurrent.interpreters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ efficiency, like threads.
135135

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

0 commit comments

Comments
 (0)