Skip to content

Commit f0f0c2c

Browse files
committed
Typo
1 parent 7bd3668 commit f0f0c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ async def open(
505505
"""
506506
store_path = await make_store_path(store)
507507
if not store_path.store.supports_consolidated_metadata:
508-
# Fail if consolidated metadata was requseted but the Store doesn't support it
508+
# Fail if consolidated metadata was requested but the Store doesn't support it
509509
if use_consolidated:
510510
store_name = type(store_path.store).__name__
511511
raise ValueError(

0 commit comments

Comments
 (0)