summaryrefslogtreecommitdiff
path: root/docs/ref
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:31 -0500
commitad8cb985a9e54012c36c10095c6cb821283653fa (patch)
treedfe79fccff5e704698b3d4d54af6cfd11632e2c6 /docs/ref
parent4b02b433b75d457552ee37e519afe6c83f261d44 (diff)
[1.8.x] Fixed a typo in docs/ref/contrib/gis/geos.txt.
Backport of e09007076138d71d9605c4acd94acdf29cbc87e7 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 69670dd3d5..cc08c86f7a 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -438,7 +438,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.