diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index d79ed006580..05976c733b7 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`, an example using threads to fetch multiple web pages in parallel.