From d49aaacb7dd454781fd9cb2cd2cb92e9c07d7d31 Mon Sep 17 00:00:00 2001 From: Andy McCurdy Date: Tue, 8 Nov 2016 09:36:39 -0800 Subject: [PATCH] docs typo --- redis/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/client.py b/redis/client.py index c18b08d9da..b37e96deb4 100755 --- a/redis/client.py +++ b/redis/client.py @@ -2114,7 +2114,7 @@ def georadius(self, name, longitude, latitude, radius, unit=None, sort=None, store=None, store_dist=None): """ Return the members of the specified key identified by the - ``name``argument which are within the borders of the area specified + ``name`` argument which are within the borders of the area specified with the ``latitude`` and ``longitude`` location and the maximum distance from the center specified by the ``radius`` value.