Skip to content

Commit 399042f

Browse files
Update Doc/library/concurrent.interpreters.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent fe1c1ae commit 399042f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/concurrent.interpreters.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ to keep in mind about using multiple interpreters:
5050

5151
.. XXX Are there other relevant details to list?
5252
53-
In the context of multiple interpreters, "isolated" means each
54-
interpreter shares no state between them. In practice, there is some
53+
In the context of multiple interpreters, "isolated" means that
54+
different interpreters do not share any state. In practice, there is some
5555
process-global data they all share, but that is managed by the runtime.
5656

5757

0 commit comments

Comments
 (0)