diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2015-11-11 09:02:00 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-11 09:35:20 -0500 |
| commit | 8d87447d3dbf12bb2d34e4fbb85a98cd22179097 (patch) | |
| tree | b4d9374a34e1bbfbc24c73696eba4f6b51acd0da /docs | |
| parent | 1eed16b9dbce1b435c329598796c495f6c619428 (diff) | |
[1.9.x] Fixed #25728 -- Fixed description of GEOSGeometry.contains().
Backport of 34669ea6b88cefb6e6f7176c71b7947234fa50b4 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index e206022ca0..f35bd0b1e5 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) |
