From c42250a7039a5ace1b482b30c6a1359b748cae65 Mon Sep 17 00:00:00 2001 From: Izzy Hyman Date: Thu, 26 Oct 2023 20:31:10 -0700 Subject: [PATCH] Fixed typo in docs/ref/contrib/gis/geos.txt. --- docs/ref/contrib/gis/geos.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index 471103bf97..fed3847424 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -325,8 +325,7 @@ Properties is simple if and only if it does not intersect itself (except at boundary points). For example, a :class:`LineString` object is not simple if it intersects itself. Thus, :class:`LinearRing` and :class:`Polygon` objects - are always simple because they do cannot intersect themselves, by - definition. + are always simple because they cannot intersect themselves, by definition. .. attribute:: GEOSGeometry.valid