diff options
| author | Anssi Kääriäinen <anssi.kaariainen@thl.fi> | 2012-05-18 20:19:17 -0700 |
|---|---|---|
| committer | Anssi Kääriäinen <anssi.kaariainen@thl.fi> | 2012-05-18 20:19:17 -0700 |
| commit | 2aebd79a9c20717e19a9cfbc2e61a778c88e8051 (patch) | |
| tree | f027692e0110db0b95373c4c5c930da0cd274d50 | |
| parent | 04785d2697b05186362b8d430c06109cdb91c069 (diff) | |
| parent | 9a7261f688a02d9751c863804ca0c7612e67f51c (diff) | |
Merge pull request #81 from glenrobertson/patch-1
Fixed doc typo on GeoQuerySet.geohash method.
| -rw-r--r-- | docs/ref/contrib/gis/geoquerysets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/geoquerysets.txt b/docs/ref/contrib/gis/geoquerysets.txt index 7501fb3ec8..b9e3a7acd3 100644 --- a/docs/ref/contrib/gis/geoquerysets.txt +++ b/docs/ref/contrib/gis/geoquerysets.txt @@ -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 |
