We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e3ee0 commit f7661daCopy full SHA for f7661da
Doc/howto/multiple-interpreters.rst
@@ -480,8 +480,8 @@ Mutable State is not Shared
480
Just to be clear, the underlying data of very few mutable objects is
481
actually shared between interpreters. The notable exceptions are
482
:class:`Queue` and :class:`memoryview`, which we will explore in a
483
-little while. In nearly every case, the raw data is copied in
484
-the other interpreter and never automatically synchronized::
+little while. In nearly every case, the raw data is only copied in
+the other interpreter and thus never automatically synchronized::
485
486
from concurrent import interpreters
487
0 commit comments