diff options
| author | Nathan Smith <nsmith13@nd.edu> | 2014-01-02 15:14:11 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-01-02 16:22:26 -0500 |
| commit | 4d05e672bfdc832e1d073237134041bb8c2f554d (patch) | |
| tree | 7123ce2fb06e738cff6e066792a7c82d15b88c8d /docs/ref | |
| parent | bbcdfb4d69ccebde33b3803c8660c25730b181f8 (diff) | |
[1.5.x] Fixed minor typos.
Backport of 44d40ba521 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index 4d44638488..e3c7ce7fc3 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -311,7 +311,7 @@ geometry. This should only be used for geometries with an SRID of .. attribute:: GEOSGeometry.ogr Returns an :class:`~django.contrib.gis.gdal.OGRGeometry` object -correspondg to the GEOS geometry. +corresponding to the GEOS geometry. .. note:: @@ -565,7 +565,7 @@ corresponding to the SRID of the geometry or ``None``. .. method:: GEOSGeometry.transform(ct, clone=False) -Transforms the geometry according to the given coordinate transformation paramter +Transforms the geometry according to the given coordinate transformation parameter (``ct``), which may be an integer SRID, spatial reference WKT string, a PROJ.4 string, a :class:`~django.contrib.gis.gdal.SpatialReference` object, or a :class:`~django.contrib.gis.gdal.CoordTransform` object. By default, the geometry |
