mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
[1.5.x] Added missing markup to docs.
Backport of 93cffc3b37
from master.
This commit is contained in:
parent
1363b41823
commit
f7ca464039
37 changed files with 164 additions and 148 deletions
|
@ -634,8 +634,8 @@ systems and coordinate transformation::
|
|||
or any other input accepted by :class:`SpatialReference` (including
|
||||
spatial reference WKT and PROJ.4 strings, or an integer SRID).
|
||||
By default nothing is returned and the geometry is transformed in-place.
|
||||
However, if the `clone` keyword is set to ``True`` then a transformed clone
|
||||
of this geometry is returned instead.
|
||||
However, if the ``clone`` keyword is set to ``True`` then a transformed
|
||||
clone of this geometry is returned instead.
|
||||
|
||||
.. method:: intersects(other)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue