Commit 0b0c3b66 authored by Berker Peksag's avatar Berker Peksag

Issue #25127: Fix typo in concurrent.futures.rst

Reported by Jakub Wilk.
parent a578eb34
......@@ -75,7 +75,7 @@ Executor Objects
e.submit(shutil.copy, 'src1.txt', 'dest1.txt')
e.submit(shutil.copy, 'src2.txt', 'dest2.txt')
e.submit(shutil.copy, 'src3.txt', 'dest3.txt')
e.submit(shutil.copy, 'src3.txt', 'dest4.txt')
e.submit(shutil.copy, 'src4.txt', 'dest4.txt')
ThreadPoolExecutor
......
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