Kaydet (Commit) 1deaafe2 authored tarafından Sergey Fedoseev's avatar Sergey Fedoseev Kaydeden (comit) Tim Graham

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

Backport of 34669ea6 from master
üst 9cdfdbdd
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment