summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/gis/tutorial.txt
diff options
context:
space:
mode:
author$ῗἧḡḥ𝐀丂𝓱м𝑒𝑒𝐓 <91828139+ashmeet07@users.noreply.github.com>2026-02-11 18:27:14 +0530
committernessita <124304+nessita@users.noreply.github.com>2026-02-16 16:37:49 -0300
commitfb3a11071aae27ef869d2b029289b9f59cc41128 (patch)
tree863548ea9f6b1ca3f9842f1063ea93693e3cc6c9 /docs/ref/contrib/gis/tutorial.txt
parent08b4dfc5734f5d2fce685eabcd65385a6656db2f (diff)
Fixed #36918 -- Removed double spaces and fixed minor grammar issues in docs.
Co-authored-by: Clifford Gama <cliffygamy@gmail.com>
Diffstat (limited to 'docs/ref/contrib/gis/tutorial.txt')
-rw-r--r--docs/ref/contrib/gis/tutorial.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt
index 6df108af43..cc554846ab 100644
--- a/docs/ref/contrib/gis/tutorial.txt
+++ b/docs/ref/contrib/gis/tutorial.txt
@@ -636,8 +636,8 @@ a ``contains`` lookup using the ``pnt_wkt`` as the parameter:
>>> WorldBorder.objects.filter(mpoly__contains=pnt_wkt)
<QuerySet [<WorldBorder: United States>]>
-Here, you retrieved a ``QuerySet`` with only one model: the border of the
-United States (exactly what you would expect).
+Here, you retrieved a ``QuerySet`` with only one model instance: the border of
+the United States (exactly what you would expect).
Similarly, you may also use a :doc:`GEOS geometry object
</ref/contrib/gis/geos>`. Here, you can combine the ``intersects`` spatial