summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Garner <garnertb@gmail.com>2013-07-22 10:32:09 -0400
committerTyler Garner <garnertb@gmail.com>2013-07-22 10:32:09 -0400
commit8e9865241600a2ee0541b30902b4b0c828d2e60b (patch)
treee63f28ce41f8796c3ef60f9b998cdb1cdc8e94e5
parentd94cfdcfae92fd4409cd1b5e14eebc75033266fd (diff)
Fixed small grammatical error in docstring.
-rw-r--r--django/contrib/gis/db/models/query.py2
1 files changed, 1 insertions, 1 deletions
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.
"""