[1.9.x] Fixed #25728 -- Fixed description of GEOSGeometry.contains().

Backport of 34669ea6b8 from master
This commit is contained in:
Sergey Fedoseev 2015-11-11 09:02:00 +05:00 committed by Tim Graham
parent 1eed16b9db
commit 8d87447d3d
1 changed files with 2 additions and 1 deletions

View File

@ -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)