Skip to content

Commit 9470671

Browse files
Taeknologymiss-islington
authored andcommitted
gh-84291: Clarify Pool.imap documentation (GH-155030)
(cherry picked from commit becf997) Co-authored-by: Taeknology <20297177+Taeknology@users.noreply.github.com>
1 parent 5b8fd66 commit 9470671

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2538,7 +2538,7 @@ with the :class:`Pool` class.
25382538

25392539
.. method:: imap(func, iterable[, chunksize])
25402540

2541-
A lazier version of :meth:`.map`.
2541+
An iterator-based version of :meth:`.map`.
25422542

25432543
The *chunksize* argument is the same as the one used by the :meth:`.map`
25442544
method. For very long iterables using a large value for *chunksize* can

0 commit comments

Comments
 (0)