1
0
mirror of https://github.com/django/django.git synced 2025-06-05 11:39:13 +00:00

Fixed typo in docs/ref/contrib/gis/geos.txt.

This commit is contained in:
Izzy Hyman 2023-10-26 20:31:10 -07:00 committed by GitHub
parent 334dc073b1
commit c42250a703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -325,8 +325,7 @@ Properties
is simple if and only if it does not intersect itself (except at boundary 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 points). For example, a :class:`LineString` object is not simple if it
intersects itself. Thus, :class:`LinearRing` and :class:`Polygon` objects intersects itself. Thus, :class:`LinearRing` and :class:`Polygon` objects
are always simple because they do cannot intersect themselves, by are always simple because they cannot intersect themselves, by definition.
definition.
.. attribute:: GEOSGeometry.valid .. attribute:: GEOSGeometry.valid