From 34669ea6b88cefb6e6f7176c71b7947234fa50b4 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Wed, 11 Nov 2015 09:02:00 +0500 Subject: [PATCH] Fixed #25728 -- Fixed description of GEOSGeometry.contains(). --- docs/ref/contrib/gis/geos.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index a108e0e7fd..7415acea97 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -346,7 +346,8 @@ return a boolean. .. method:: GEOSGeometry.contains(other) -Returns ``True`` if :meth:`GEOSGeometry.within` is ``False``. +Returns ``True`` if :meth:`other.within(this) ` returns +``True``. .. method:: GEOSGeometry.crosses(other)