Skip to content

Commit

Permalink
[4.2.x] Fixed typo in docs/ref/contrib/gis/geos.txt.
Browse files Browse the repository at this point in the history
Backport of c42250a from main
  • Loading branch information
izzyhyman authored and felixxm committed Oct 27, 2023
1 parent 43a3646 commit ffba631
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/ref/contrib/gis/geos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ffba631

Please sign in to comment.