File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2889,7 +2889,7 @@ def sort(
28892889 ``start`` and ``num`` allow for paging through the sorted data
28902890
28912891 ``by`` allows using an external key to weight and sort the items.
2892- Use an "*" to indicate where in the key the item value is located
2892+ Use an "*" to indicate the location of the item value in the key
28932893
28942894 ``get`` allows for returning items from external keys rather than the
28952895 sorted data itself. Use an "*" to indicate where in the key
@@ -2961,7 +2961,7 @@ def sort_ro(
29612961 ``start`` and ``num`` allow for paging through the sorted data
29622962
29632963 ``by`` allows using an external key to weight and sort the items.
2964- Use an "*" to indicate where in the key the item value is located
2964+ Use an "*" to indicate the location of the item value in the key
29652965
29662966 ``get`` allows for returning items from external keys rather than the
29672967 sorted data itself. Use an "*" to indicate where in the key
You can’t perform that action at this time.
0 commit comments