Skip to content

Commit 27d6970

Browse files
[3.14] gh-84291: Clarify Pool.imap documentation (GH-155030) (GH-157275)
(cherry picked from commit becf997) Co-authored-by: Taeknology <20297177+Taeknology@users.noreply.github.com>
1 parent 5400055 commit 27d6970

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
@@ -2528,7 +2528,7 @@ with the :class:`Pool` class.
25282528

25292529
.. method:: imap(func, iterable[, chunksize])
25302530

2531-
A lazier version of :meth:`.map`.
2531+
An iterator-based version of :meth:`.map`.
25322532

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

0 commit comments

Comments
 (0)