diff --git a/django/contrib/gis/db/models/query.py b/django/contrib/gis/db/models/query.py index c1e360de27..be955524af 100644 --- a/django/contrib/gis/db/models/query.py +++ b/django/contrib/gis/db/models/query.py @@ -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. """