Thanks to visit codestin.com Credit goes to github.com
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 403886c commit 297e059Copy full SHA for 297e059
1 file changed
Doc/library/concurrent.futures.rst
@@ -298,7 +298,7 @@ the bytes over a shared :mod:`socket <socket>` or
298
299
The optional *initializer* and *initargs* arguments have the same
300
meaning as for :class:`!ThreadPoolExecutor`: the initializer is run
301
- when each worker is created, though in this case it is run.in
+ when each worker is created, though in this case it is run in
302
the worker's interpreter. The executor serializes the *initializer*
303
and *initargs* using :mod:`pickle` when sending them to the worker's
304
interpreter.
0 commit comments