Fixed a typo in the documentation (#132005)

This commit is contained in:
David Brochart 2025-04-08 10:43:11 +02:00 committed by GitHub
parent 403886c28d
commit 297e05932d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.