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 f1b932a commit 39c6768Copy full SHA for 39c6768
Doc/library/concurrent.futures.rst
@@ -265,7 +265,7 @@ Each worker's interpreter is isolated from all the other interpreters.
265
"Isolated" means each interpreter has its own runtime state and
266
operates completely independently. For example, if you redirect
267
:data:`sys.stdout` in one interpreter, it will not be automatically
268
-redirected any other interpreter. If you import a module in one
+redirected to any other interpreter. If you import a module in one
269
interpreter, it is not automatically imported in any other. You
270
would need to import the module separately in interpreter where
271
you need it. In fact, each module imported in an interpreter is
0 commit comments