Fixed typo on GeoQuerySet.geohash method.
This commit is contained in:
parent
04785d2697
commit
9a7261f688
|
@ -941,7 +941,7 @@ of the geometry field in each model converted to the requested output format.
|
||||||
``geohash``
|
``geohash``
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|
||||||
.. method:: GeoQuerySet.geohash(preceision=20, **kwargs)
|
.. method:: GeoQuerySet.geohash(precision=20, **kwargs)
|
||||||
|
|
||||||
.. versionadded:: 1.2
|
.. versionadded:: 1.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue