mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed some docs spelling mistakes.
This commit is contained in:
parent
446b50b90e
commit
8842bc101c
2 changed files with 5 additions and 2 deletions
|
@ -1096,7 +1096,7 @@ supports reading data from a variety of GDAL-supported geospatial file
|
|||
formats and data sources using a simple, consistent interface. Each
|
||||
data source is represented by a :class:`GDALRaster` object which contains
|
||||
one or more layers of data named bands. Each band, represented by a
|
||||
:class:`GDALBand` object, contains georeferenced image data. For exemple, an RGB
|
||||
:class:`GDALBand` object, contains georeferenced image data. For example, an RGB
|
||||
image is represented as three bands: one for red, one for green, and one for
|
||||
blue.
|
||||
|
||||
|
@ -1176,7 +1176,7 @@ blue.
|
|||
|
||||
.. class:: GDALBand
|
||||
|
||||
``GDALBand`` instances are not created explicitely, but rather obtained
|
||||
``GDALBand`` instances are not created explicitly, but rather obtained
|
||||
from a :class:`GDALRaster` object, through its :attr:`~GDALRaster.bands`
|
||||
attribute.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue