Fixed small grammatical error in docstring.

This commit is contained in:
Tyler Garner 2013-07-22 10:32:09 -04:00
parent d94cfdcfae
commit 8e98652416
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class GeoQuerySet(QuerySet):
Returns a GeoJSON representation of the geomtry field in a `geojson`
attribute on each element of the GeoQuerySet.
The `crs` and `bbox` keywords may be set to True if the users wants
The `crs` and `bbox` keywords may be set to True if the user wants
the coordinate reference system and the bounding box to be included
in the GeoJSON representation of the geometry.
"""