summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2015-12-18 15:36:55 +0500
committerTim Graham <timograham@gmail.com>2015-12-18 07:09:27 -0500
commit12b0d070d993174ba7918a9a2e886bbdd7252401 (patch)
treeba1fdcba4e9bcec3ee96603b9d02771b72266829 /docs
parent14146f6347e5f8ec6b58b2cd79b68bffae8b8e58 (diff)
[1.9.x] Fixed a typo in docs/ref/contrib/gis/geos.txt.
Backport of e09007076138d71d9605c4acd94acdf29cbc87e7 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 9d7a77a015..f4cc5876f2 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -467,7 +467,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.