Skip to content

Commit ca63c2a

Browse files
authored
Update core.py
1 parent 0717a54 commit ca63c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5459,7 +5459,7 @@ def geosearch(
54595459
`m` for meters (the default value), `km` for kilometers,
54605460
`mi` for miles and `ft` for feet.
54615461
``sort`` indicates to return the places in a sorted way,
5462-
ASC for nearest to farthest and DESC for farthest to nearest.
5462+
ASC for nearest to furthest and DESC for furthest to nearest.
54635463
``count`` limit the results to the first count matching items.
54645464
``any`` is set to True, the command will return as soon as
54655465
enough matches are found. Can't be provided without ``count``

0 commit comments

Comments
 (0)