diff options
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index d79ed00658..05976c733b 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -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. |