We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403886c commit 297e059Copy full SHA for 297e059
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