]> granicus.if.org Git - python/commitdiff
Another trivial typo correction in whatsnew
authorMichael Foord <fuzzyman@voidspace.org.uk>
Wed, 22 Dec 2010 18:28:51 +0000 (18:28 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Wed, 22 Dec 2010 18:28:51 +0000 (18:28 +0000)
Doc/whatsnew/3.2.rst

index 0e7b136af0c6bc51a0551c25ce4570d1c4c9a601..6528f8f6cc8018cb088a6fade548c26927bacf63 100644 (file)
@@ -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`.)