[1.6.x] Fixed typo in docs/ref/contrib/gis/geos.txt.

Backport of fef26e9a87 from master
This commit is contained in:
Tim Graham 2014-07-10 06:09:08 -04:00
parent f3bdb83ba5
commit a823a74975
1 changed files with 1 additions and 1 deletions

View File

@ -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.