We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd3668 commit f0f0c2cCopy full SHA for f0f0c2c
src/zarr/core/group.py
@@ -505,7 +505,7 @@ async def open(
505
"""
506
store_path = await make_store_path(store)
507
if not store_path.store.supports_consolidated_metadata:
508
- # Fail if consolidated metadata was requseted but the Store doesn't support it
+ # Fail if consolidated metadata was requested but the Store doesn't support it
509
if use_consolidated:
510
store_name = type(store_path.store).__name__
511
raise ValueError(
0 commit comments