Merge pull request #81 from glenrobertson/patch-1
Fixed doc typo on GeoQuerySet.geohash method.
This commit is contained in:
commit
2aebd79a9c
|
@ -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