mirror of
https://github.com/django/django.git
synced 2024-12-24 18:16:19 +00:00
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``
|
||||
~~~~~~~~~~~
|
||||
|
||||
.. method:: GeoQuerySet.geohash(preceision=20, **kwargs)
|
||||
.. method:: GeoQuerySet.geohash(precision=20, **kwargs)
|
||||
|
||||
.. versionadded:: 1.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user