summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2015-10-24 09:03:54 +0500
committerClaude Paroz <claude@2xlibre.net>2015-10-24 10:56:13 +0200
commitb609296ab2aff4d1d5e645fbae872c48d4452903 (patch)
tree135911efded027c196dbdc7e86aed24dae311a5a /docs
parentd83454fbf2eb677fa54bcb5f7ab10d5007b6a147 (diff)
[1.8.x] Fixed #25603 -- Made clear that geometry's SRID is meant in docs for GEOSGeometry.transform.
Backport of 310049a5a from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/geos.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt
index 6cb467d615..f856a96723 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -552,7 +552,7 @@ is returned instead.
.. note::
Requires GDAL. Raises :class:`~django.contrib.gis.geos.GEOSException` if
- GDAL is not available or if the SRID is ``None`` or less than 0.
+ GDAL is not available or if the geometry's SRID is ``None`` or less than 0.
``Point``
---------