]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 15 Dec 2010 02:37:01 +0000 (02:37 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 15 Dec 2010 02:37:01 +0000 (02:37 +0000)
Doc/whatsnew/3.2.rst

index d79ed006580d6daa193410740d5cb4851fba8a85..05976c733b78dc56bca9a1eb2ecf09f6767f8931 100644 (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.