From 297e05932d1d60eedf0b492552cf9ea1ab10672b Mon Sep 17 00:00:00 2001 From: David Brochart Date: Tue, 8 Apr 2025 10:43:11 +0200 Subject: Fixed a typo in the documentation (#132005) --- Doc/library/concurrent.futures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/concurrent.futures.rst b/Doc/library/concurrent.futures.rst index a623c4c..7efae9e 100644 --- a/Doc/library/concurrent.futures.rst +++ b/Doc/library/concurrent.futures.rst @@ -298,7 +298,7 @@ the bytes over a shared :mod:`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. -- cgit v0.12