Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Dec 18, 2024
1 parent 4005757 commit 38113eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf_zarr/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ def __resolve_dtype_helper__(cls, dtype):
elif isinstance(dtype, list):
return np.dtype([(x["name"], cls.__resolve_dtype_helper__(x["dtype"])) for x in dtype])
else:
raise ValueError(f"Cant resolve dtype {dtype}")
raise ValueError(f"Can't resolve dtype {dtype}")

@classmethod
def get_type(cls, data):
Expand Down

0 comments on commit 38113eb

Please sign in to comment.