From e09007076138d71d9605c4acd94acdf29cbc87e7 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Fri, 18 Dec 2015 15:36:55 +0500 Subject: [PATCH] Fixed a typo in docs/ref/contrib/gis/geos.txt. --- docs/ref/contrib/gis/geos.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.