diff options
| author | Tim Graham <timograham@gmail.com> | 2014-07-10 06:09:08 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-07-10 06:09:08 -0400 |
| commit | fef26e9a874dceeff5289e3f5bd06f22343c41e6 (patch) | |
| tree | 742d04461d8539f5809681cf769ac9debbeb1ce8 /docs/ref | |
| parent | e1fa7dffdc1b141cb858160890d448ca778366e4 (diff) | |
Fixed typo in docs/ref/contrib/gis/geos.txt.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index 028b70e5d5..0e4834c407 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -226,7 +226,7 @@ Returns a boolean indicating whether the geometry is a ``LinearRing``. Returns a boolean indicating whether the geometry is 'simple'. A geometry 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 +intersects itself. Thus, :class:`LinearRing` and :class:`Polygon` objects are always simple because they do cannot intersect themselves, by definition. |
