Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eaedfcb

Browse files
author
Michael Foord
committed
Another trivial typo correction in whatsnew
1 parent 689b68a commit eaedfcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ A number of small performance enhancements have been added:
14251425
a list was wrapped with a temporary object that remembered the key value
14261426
associated with each element. Now, an array of keys and values are
14271427
sorted in parallel. This save the memory consumed by the sort wrappers,
1428-
and it saves time lost during comparisons which where delegated by the
1428+
and it saves time lost during comparisons which were delegated by the
14291429
sort wrappers.
14301430

14311431
(Patch by Daniel Stuzback in :issue:`9915`.)

0 commit comments

Comments
 (0)