From 9470671733657f8a0bc283381bbf2cd1c8a632a6 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 2d13053915830b0..aa94266e7354922 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -2538,7 +2538,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