mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed typo in docs/ref/contrib/gis/geos.txt.
This commit is contained in:
parent
334dc073b1
commit
c42250a703
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue