diff options
| author | Nathan Smith <nsmith13@nd.edu> | 2014-01-02 15:14:11 -0500 |
|---|---|---|
| committer | Nathan Smith <nsmith13@nd.edu> | 2014-01-02 15:14:11 -0500 |
| commit | 44d40ba5216f396aabaee6c7a0c7be75e1173ff2 (patch) | |
| tree | 0cacd82ae2ea320e516dace7cfb057da18420f24 | |
| parent | aaf5b3e7aad6fc8250143655854cc03c3b0a68c8 (diff) | |
Fixed minor typos.
| -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 769c2cdd32..4a2a26b725 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -303,7 +303,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:: @@ -541,7 +541,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 |
