We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac3114 commit 1b886c5Copy full SHA for 1b886c5
1 file changed
Doc/library/concurrent.futures.rst
@@ -41,7 +41,6 @@ Executor Objects
41
future = executor.submit(pow, 323, 1235)
42
print(future.result())
43
44
-
45
.. method:: map(fn, *iterables, timeout=None, chunksize=1, buffersize=None)
46
47
Similar to :func:`map(fn, *iterables) <map>` except:
0 commit comments