Remove extra punctuation

This commit is contained in:
Sean Gillies 2016-08-09 15:22:05 +02:00
parent 501100d467
commit 690ba83335

View File

@ -18,7 +18,7 @@ Philosophy
----------
Rasterio is written with a question in mind: what would it be like to have
a geospatial data abstraction in the Python standard library?. GDAL's raster
a geospatial data abstraction in the Python standard library? GDAL's raster
data model has unique qualities but is not too special to be expressed using
standard Python language features. Rasterio uses fewer classes specific to GDAL
and more ordinary mappings, sequences, and generators.