Kaydet (Commit) e2feea5f authored tarafından luzpaz's avatar luzpaz Kaydeden (comit) Carlton Gibson

Fixed comment typo.

üst a3a4f5c1
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment