summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2015-11-11 09:02:00 +0500
committerTim Graham <timograham@gmail.com>2015-11-11 09:35:25 -0500
commit1deaafe2f55fa5a8cebf552e687cd64fe2f90727 (patch)
tree8870bfe9c21e1619c01ec62474018c2a8bb30722
parent9cdfdbdd1fea70390e30d204423ab27ba788d422 (diff)
[1.8.x] Fixed #25728 -- Fixed description of GEOSGeometry.contains().
Backport of 34669ea6b88cefb6e6f7176c71b7947234fa50b4 from master
-rw-r--r--docs/ref/contrib/gis/geos.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt
index ac045f4452..6fdad4e72c 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -351,7 +351,8 @@ return a boolean.
.. method:: GEOSGeometry.contains(other)
-Returns ``True`` if :meth:`GEOSGeometry.within` is ``False``.
+Returns ``True`` if :meth:`other.within(this) <GEOSGeometry.within>` returns
+``True``.
.. method:: GEOSGeometry.crosses(other)