mirror of
https://github.com/django/django.git
synced 2025-10-02 23:04:53 +00:00
Merge pull request #1390 from garnertb/master
Fixed small grammatical error in docstring.
This commit is contained in:
commit
29a09b3638
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue