Skip to content

Commit

Permalink
Merge pull request #855 from categulario/categulario/fix-help-text
Browse files Browse the repository at this point in the history
change order of lon-lat in geoadd help text
  • Loading branch information
andymccurdy committed Apr 29, 2017
2 parents 302731f + 92b977f commit 3db0014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,7 @@ def geoadd(self, name, *values):
Add the specified geospatial items to the specified key identified
by the ``name`` argument. The Geospatial items are given as ordered
members of the ``values`` argument, each item or place is formed by
the triad latitude, longitude and name.
the triad longitude, latitude and name.
"""
if len(values) % 3 != 0:
raise RedisError("GEOADD requires places with lat, lon and name"
Expand Down

0 comments on commit 3db0014

Please sign in to comment.