Bläddra i källkod

[5.0.x] Fixed typo in docs/ref/contrib/gis/geos.txt.

Backport of c42250a7039a5ace1b482b30c6a1359b748cae65 from main
Izzy Hyman 1 år sedan
förälder
incheckning
a71f611a9e
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      docs/ref/contrib/gis/geos.txt

+ 1 - 2
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