Skip to content

Commit 3ac3114

Browse files
committed
changes
1 parent db98031 commit 3ac3114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/concurrent.futures.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Executor Objects
4040
with ThreadPoolExecutor(max_workers=1) as executor:
4141
future = executor.submit(pow, 323, 1235)
4242
print(future.result())
43-
44-
43+
44+
4545
.. method:: map(fn, *iterables, timeout=None, chunksize=1, buffersize=None)
4646

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

0 commit comments

Comments
 (0)