Skip to content

Commit 0cb9f77

Browse files
committed
Fix typo in comment
1 parent d94256d commit 0cb9f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zarr/indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ def __init__(self, selection, array):
678678
else:
679679
sel_sort = None
680680

681-
# store atrributes
681+
# store attributes
682682
self.selection = selection
683683
self.sel_sort = sel_sort
684684
self.shape = selection[0].shape if selection[0].shape else (1,)

0 commit comments

Comments
 (0)