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:34:58 -0500 |
| commit | 34669ea6b88cefb6e6f7176c71b7947234fa50b4 (patch) | |
| tree | e85cc2e1406c07bf8a37a6e66686ec8c8b1af1a6 /docs/ref | |
| parent | d3e3703a15cd9d294406121bc43be0c75b1a4e0e (diff) | |
Fixed #25728 -- Fixed description of GEOSGeometry.contains().
Diffstat (limited to 'docs/ref')
| -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 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) <GEOSGeometry.within>` returns +``True``. .. method:: GEOSGeometry.crosses(other) |
