mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #25523: Further a-to-an corrections new in 3.5
This commit is contained in:
parent
2eb819f7a8
commit
d2ad5718ad
8 changed files with 10 additions and 10 deletions
|
@ -456,7 +456,7 @@ class ProcessPoolExecutor(_base.Executor):
|
|||
submit.__doc__ = _base.Executor.submit.__doc__
|
||||
|
||||
def map(self, fn, *iterables, timeout=None, chunksize=1):
|
||||
"""Returns a iterator equivalent to map(fn, iter).
|
||||
"""Returns an iterator equivalent to map(fn, iter).
|
||||
|
||||
Args:
|
||||
fn: A callable that will take as many arguments as there are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue