summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2019-04-14 10:44:56 +0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-04-18 09:33:53 +0200
commit03db5fddfd0c76303ec83eb1cd91a6d2dc4441cb (patch)
treee269b21b92c6b771ddc0f8e08fc7a1a6ad62643a /docs/ref/contrib
parent177fa08339c4908afbefbda5dceabe72641ec915 (diff)
Fixed typos in docs, comments, and exception messages.
Diffstat (limited to 'docs/ref/contrib')
-rw-r--r--docs/ref/contrib/gis/gdal.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/ref/contrib/gis/gdal.txt b/docs/ref/contrib/gis/gdal.txt
index c1860a204d..6dde659e2d 100644
--- a/docs/ref/contrib/gis/gdal.txt
+++ b/docs/ref/contrib/gis/gdal.txt
@@ -1172,9 +1172,9 @@ blue.
The name of the GDAL driver used to handle the input file. For ``GDALRaster``\s created
from a file, the driver type is detected automatically. The creation of rasters from
- scratch is a in-memory raster by default (``'MEM'``), but can be altered as
- needed. For instance, use ``GTiff`` for a ``GeoTiff`` file. For a list of file types,
- see also the `GDAL Raster Formats`__ list.
+ scratch is an in-memory raster by default (``'MEM'``), but can be
+ altered as needed. For instance, use ``GTiff`` for a ``GeoTiff`` file.
+ For a list of file types, see also the `GDAL Raster Formats`__ list.
__ https://www.gdal.org/formats_list.html
@@ -1271,9 +1271,9 @@ blue.
.. attribute:: scale
- Pixel width and height used for georeferencing the raster, as a as a
- point object with ``x`` and ``y`` members. See :attr:`geotransform`
- for more information.
+ Pixel width and height used for georeferencing the raster, as a point
+ object with ``x`` and ``y`` members. See :attr:`geotransform` for more
+ information.
>>> rst = GDALRaster({'width': 10, 'height': 20, 'srid': 4326})
>>> rst.scale