Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689b68a commit eaedfcbCopy full SHA for eaedfcb
1 file changed
Doc/whatsnew/3.2.rst
@@ -1425,7 +1425,7 @@ A number of small performance enhancements have been added:
1425
a list was wrapped with a temporary object that remembered the key value
1426
associated with each element. Now, an array of keys and values are
1427
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
+ and it saves time lost during comparisons which were delegated by the
1429
sort wrappers.
1430
1431
(Patch by Daniel Stuzback in :issue:`9915`.)
0 commit comments