summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2015-12-18 15:36:55 +0500
committerSergey Fedoseev <fedoseev.sergey@gmail.com>2015-12-18 15:36:55 +0500
commite09007076138d71d9605c4acd94acdf29cbc87e7 (patch)
tree42f605ae59b665cb687938504616fa98e19e9d2e /docs
parent3738e4ac46688a0f13139c0b9058fc81c1aac424 (diff)
Fixed a typo in docs/ref/contrib/gis/geos.txt.
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 74fb2e5e54..476ea7e233 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -484,7 +484,7 @@ The normalized version takes the distance as a float between 0 (origin) and 1
Reverse of :meth:`GEOSGeometry.project`.
-.. method:: GEOSGeometry:intersection(other)
+.. method:: GEOSGeometry.intersection(other)
Returns a :class:`GEOSGeometry` representing the points shared by this
geometry and other.