summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2010-12-15 02:37:01 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2010-12-15 02:37:01 (GMT)
commit42877fec3a690b2680df079a7f5a3bc45c05e56c (patch)
tree8b6df6fc467358bf563463d7ca03cca0843bacb3
parentd89bc3ff59a30f8a0bbaf4bc21c62c817557d82b (diff)
downloadcpython-42877fec3a690b2680df079a7f5a3bc45c05e56c.zip
cpython-42877fec3a690b2680df079a7f5a3bc45c05e56c.tar.gz
cpython-42877fec3a690b2680df079a7f5a3bc45c05e56c.tar.bz2
Typo fix
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index d79ed00..05976c7 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.