[1.5.x] Added missing markup to docs.

Backport of 93cffc3b37 from master.
This commit is contained in:
Tim Graham 2013-03-22 05:50:45 -04:00
parent 1363b41823
commit f7ca464039
37 changed files with 164 additions and 148 deletions

View file

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