From ad8cb985a9e54012c36c10095c6cb821283653fa Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Fri, 18 Dec 2015 15:36:55 +0500 Subject: [PATCH] [1.8.x] Fixed a typo in docs/ref/contrib/gis/geos.txt. Backport of e09007076138d71d9605c4acd94acdf29cbc87e7 from master --- 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 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.