mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Fixed a typo in the documentation (#132005)
This commit is contained in:
parent
403886c28d
commit
297e05932d
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ the bytes over a shared :mod:`socket <socket>` or
|
|||
|
||||
The optional *initializer* and *initargs* arguments have the same
|
||||
meaning as for :class:`!ThreadPoolExecutor`: the initializer is run
|
||||
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
|
||||
the worker's interpreter. The executor serializes the *initializer*
|
||||
and *initargs* using :mod:`pickle` when sending them to the worker's
|
||||
interpreter.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue