summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2010-12-22 18:28:51 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2010-12-22 18:28:51 (GMT)
commiteaedfcb400dc00dd3f7c2983df749d63c8239e98 (patch)
tree85220fdd8ccd5b9971a936e26304dbff2dff6db8 /Doc
parent689b68ad2d3e1b315aeef81a23b947b9851378a8 (diff)
downloadcpython-eaedfcb400dc00dd3f7c2983df749d63c8239e98.zip
cpython-eaedfcb400dc00dd3f7c2983df749d63c8239e98.tar.gz
cpython-eaedfcb400dc00dd3f7c2983df749d63c8239e98.tar.bz2
Another trivial typo correction in whatsnew
Diffstat (limited to 'Doc')
-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 0e7b136..6528f8f 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -1425,7 +1425,7 @@ A number of small performance enhancements have been added:
a list was wrapped with a temporary object that remembered the key value
associated with each element. Now, an array of keys and values are
sorted in parallel. This save the memory consumed by the sort wrappers,
- and it saves time lost during comparisons which where delegated by the
+ and it saves time lost during comparisons which were delegated by the
sort wrappers.
(Patch by Daniel Stuzback in :issue:`9915`.)