diff options
| author | Izzy Hyman <israelhyman@gmail.com> | 2023-10-26 20:31:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-27 05:31:10 +0200 |
| commit | c42250a7039a5ace1b482b30c6a1359b748cae65 (patch) | |
| tree | c7879584e781150d972f154de81de6e7d06ed8e8 /docs | |
| parent | 334dc073b1d9c89692aa5b11d362fb1cceae7a4a (diff) | |
Fixed typo in docs/ref/contrib/gis/geos.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 3 |
1 files changed, 1 insertions, 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 |
