From 91c1e2274e298c145e8c27b8c626d992d1718295 Mon Sep 17 00:00:00 2001 From: Taeknology <20297177+Taeknology@users.noreply.github.com> Date: Thu, 10 Sep 2026 23:59:14 +0900 Subject: [PATCH] gh-84291: Clarify Pool.imap documentation (GH-155030) (cherry picked from commit becf997d27d695a18c67d76c75972e5a0a90cc9c) Co-authored-by: Taeknology <20297177+Taeknology@users.noreply.github.com> --- Doc/library/multiprocessing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index b8dc7341ba8b30e..d62628d2c53b540 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -2450,7 +2450,7 @@ with the :class:`Pool` class. .. method:: imap(func, iterable[, chunksize]) - A lazier version of :meth:`.map`. + An iterator-based version of :meth:`.map`. The *chunksize* argument is the same as the one used by the :meth:`.map` method. For very long iterables using a large value for *chunksize* can