https://github.com/python/cpython/commit/297e05932d1d60eedf0b492552cf9ea1ab10672b
commit: 297e05932d1d60eedf0b492552cf9ea1ab10672b
branch: main
author: David Brochart <david.broch...@gmail.com>
committer: hugovk <1324225+hug...@users.noreply.github.com>
date: 2025-04-08T11:43:11+03:00
summary:

Fixed a typo in the documentation (#132005)

files:
M Doc/library/concurrent.futures.rst

diff --git a/Doc/library/concurrent.futures.rst 
b/Doc/library/concurrent.futures.rst
index a623c4cc307901..7efae9e628b828 100644
--- a/Doc/library/concurrent.futures.rst
+++ b/Doc/library/concurrent.futures.rst
@@ -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.

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to