Skip to content

Commit 5f8f69a

Browse files
committed
spelling: the location of the item value in the key
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent adba167 commit 5f8f69a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

valkey/commands/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)