From fb3a11071aae27ef869d2b029289b9f59cc41128 Mon Sep 17 00:00:00 2001 From: $ῗἧḡḥ𝐀丂𝓱м𝑒𝑒𝐓 <91828139+ashmeet07@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:27:14 +0530 Subject: Fixed #36918 -- Removed double spaces and fixed minor grammar issues in docs. Co-authored-by: Clifford Gama --- docs/ref/contrib/gis/tutorial.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref/contrib/gis/tutorial.txt') 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) ]> -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 `. Here, you can combine the ``intersects`` spatial -- cgit v1.3