Commit 29a09b36 authored by Marc Tamlyn's avatar Marc Tamlyn
Browse files

Merge pull request #1390 from garnertb/master

Fixed small grammatical error in docstring.
parents 27c1a725 8e986524
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,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.
        """