Kaydet (Commit) 5ecd7452 authored tarafından Georg Brandl's avatar Georg Brandl

Fix typo.

üst b053f991
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment