mirror of
https://github.com/django/django.git
synced 2025-01-18 22:33:44 +00:00
Fixed #25728 -- Fixed description of GEOSGeometry.contains().
This commit is contained in:
parent
d3e3703a15
commit
34669ea6b8
@ -346,7 +346,8 @@ return a boolean.
|
|||||||
|
|
||||||
.. method:: GEOSGeometry.contains(other)
|
.. 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)
|
.. method:: GEOSGeometry.crosses(other)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user