Skip to content

Commit 1b886c5

Browse files
authored
Update Doc/library/concurrent.futures.rst
1 parent 3ac3114 commit 1b886c5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Doc/library/concurrent.futures.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Executor Objects
4141
future = executor.submit(pow, 323, 1235)
4242
print(future.result())
4343

44-
4544
.. method:: map(fn, *iterables, timeout=None, chunksize=1, buffersize=None)
4645

4746
Similar to :func:`map(fn, *iterables) <map>` except:

0 commit comments

Comments
 (0)