fixed docstring

This commit is contained in:
Claire Simpson 2025-03-11 16:25:49 -06:00
parent 72fadf5bf9
commit 01e4a5f4c1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ def make_simple_raster(base_raster_path, fill_val, nodata_val):
nodata_val (int or None): for defining a band's nodata value.
Returns:
lulc_path (str): the path of the raster file.
None.
"""