mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Another trivial typo correction in whatsnew
This commit is contained in:
parent
689b68ad2d
commit
eaedfcb400
1 changed files with 1 additions and 1 deletions
|
@ -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`.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue