This commit is contained in:
Andrew M. Kuchling 2010-12-15 02:37:01 +00:00
parent d89bc3ff59
commit 42877fec3a

View file

@ -264,7 +264,7 @@ launch of four parallel threads for copying files::
.. seealso::
:pep:`3148` - Futures -- Execute Computations Asynchronously
PEP written by Brain Quinlan.
PEP written by Brian Quinlan.
:ref:`Code for Threaded Parallel URL reads<threadpoolexecutor-example>`, an
example using threads to fetch multiple web pages in parallel.