diff --git a/zarr/indexing.py b/zarr/indexing.py index ecbc403509..52e11fbf28 100644 --- a/zarr/indexing.py +++ b/zarr/indexing.py @@ -678,7 +678,7 @@ def __init__(self, selection, array): else: sel_sort = None - # store atrributes + # store attributes self.selection = selection self.sel_sort = sel_sort self.shape = selection[0].shape if selection[0].shape else (1,)