Commit 34669ea6 authored by Sergey Fedoseev's avatar Sergey Fedoseev Committed by Tim Graham
Browse files

Fixed #25728 -- Fixed description of GEOSGeometry.contains().

parent d3e3703a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)