Skip to content

Commit cc9f4e1

Browse files
authored
Merge pull request #310 from jakirkham/fix_typo_comment
Fix typo in comment
2 parents a4d5656 + 0cb9f77 commit cc9f4e1

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)