From: Andrew M. Kuchling Date: Wed, 15 Dec 2010 02:37:01 +0000 (+0000) Subject: Typo fix X-Git-Tag: v3.2b2~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42877fec3a690b2680df079a7f5a3bc45c05e56c;p=python Typo fix --- 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`, an example using threads to fetch multiple web pages in parallel.