Skip to content

Commit

Permalink
Change dtype description
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Mar 27, 2024
1 parent da84c68 commit e5f88c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoutils/raster/raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def is_loaded(self) -> bool:

@property
def dtype(self) -> str:
"""Data type for each raster band (string representation)."""
"""Data type of the raster (string representation)."""
if not self.is_loaded and self._disk_dtype is not None:
return self._disk_dtype
return str(self.data.dtype)
Expand Down

0 comments on commit e5f88c5

Please sign in to comment.