From 29f4aa43aec50ae0e28df4d3fadfcb17cebe2a2f Mon Sep 17 00:00:00 2001 From: Thomas Matecki Date: Sun, 27 Oct 2019 19:14:45 -0400 Subject: Fix misplaced space (#1237) Sorry, I'm a pendant. --- redis/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/client.py b/redis/client.py index 1e5ca02..5adaa7c 100755 --- a/redis/client.py +++ b/redis/client.py @@ -1748,7 +1748,7 @@ class Redis(object): Use an "*" to indicate where in the key the item value is located ``get`` allows for returning items from external keys rather than the - sorted data itself. Use an "*" to indicate where int he key + sorted data itself. Use an "*" to indicate where in the key the item value is located ``desc`` allows for reversing the sort -- cgit v1.2.1