mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix typo.
This commit is contained in:
parent
b053f991b4
commit
5ecd7452ec
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class Pool(object):
|
|||
|
||||
def imap(self, func, iterable, chunksize=1):
|
||||
'''
|
||||
Equivalent of `itertool.imap()` -- can be MUCH slower than `Pool.map()`
|
||||
Equivalent of `itertools.imap()` -- can be MUCH slower than `Pool.map()`
|
||||
'''
|
||||
assert self._state == RUN
|
||||
if chunksize == 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue