Skip to content

Commit 6ad622f

Browse files
committed
DAS-2276: Fix typos
1 parent bae52d6 commit 6ad622f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hybig/browse.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def convert_to_uint8(bands: ndarray, dtype: str | None) -> ndarray[uint8]:
275275
def original_dtype(data_array: DataArray) -> str | None:
276276
"""Return the original input data's type.
277277
278-
rastero_optn retains the input dtype in the encoding dictionary and is used
278+
rastero_open retains the input dtype in the encoding dictionary and is used
279279
to understand what kind of casts are safe.
280280
281281
"""
@@ -384,7 +384,7 @@ def standardize_raster_for_writing(
384384
return raster[0:3, :, :], None
385385

386386
if driver == 'PNG' and band_count == 1:
387-
# Only paletize single band input data that has been converted to an
387+
# Only palettize single band input data that has been converted to an
388388
# RGBA raster.
389389
return palettize_raster(raster)
390390

0 commit comments

Comments
 (0)