summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-07-10 06:09:08 -0400
committerTim Graham <timograham@gmail.com>2014-07-10 06:09:42 -0400
commitdc7ac339a6d1e91a5121d5f3113b759db98d3674 (patch)
tree76d2630a21b08a0e82857db2938f92672452b8ea /docs
parentbddea532f76dd59b54aede74fc7aac0d535b367b (diff)
[1.7.x] Fixed typo in docs/ref/contrib/gis/geos.txt.
Backport of fef26e9a87 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/geos.txt2
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.