diff options
| author | luzpaz <luzpaz@users.noreply.github.com> | 2019-05-09 11:04:50 -0400 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-05-09 17:04:50 +0200 |
| commit | e2feea5fc4e55ddf92a16fc4990d877feb963e80 (patch) | |
| tree | 64900c3ab97b81cd1ebdb90921e3967aca4b0828 | |
| parent | a3a4f5c1447b10cee63d9fee518d0d6b5b881846 (diff) | |
Fixed comment typo.
| -rw-r--r-- | tests/gis_tests/gdal_tests/test_raster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gis_tests/gdal_tests/test_raster.py b/tests/gis_tests/gdal_tests/test_raster.py index 5c9df59e11..a8801e88dd 100644 --- a/tests/gis_tests/gdal_tests/test_raster.py +++ b/tests/gis_tests/gdal_tests/test_raster.py @@ -274,7 +274,7 @@ class GDALRasterTests(SimpleTestCase): result = rast.bands[0].data() if numpy: result = result.flatten().tolist() - # Band data is equal to zero becaues no nodata value has been specified. + # Band data is equal to zero because no nodata value has been specified. self.assertEqual(result, [0] * 4) def test_raster_metadata_property(self): |
