summaryrefslogtreecommitdiff
path: root/docs/ref
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:47 -0400
commita823a749754dfd16069857aa5a0429a6413398b8 (patch)
tree8c69a46d0c3c774045c03f47277d2712258a9f0f /docs/ref
parentf3bdb83ba58a696c0696d8a6706d2c44a00da68a (diff)
[1.6.x] Fixed typo in docs/ref/contrib/gis/geos.txt.
Backport of fef26e9a87 from master
Diffstat (limited to 'docs/ref')
-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 dd94338b34..7ec61214a3 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.