Skip to content

Commit 359f1cb

Browse files
jakirkhamjrbourbeau
authored andcommitted
Replace "nuimber" with "number" (#512)
1 parent 58b1786 commit 359f1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zarr/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ def _set_selection(self, indexer, value, fields=None):
15071507
# necessary data from the value array and storing into the chunk array.
15081508

15091509
# N.B., it is an important optimisation that we only visit chunks which overlap
1510-
# the selection. This minimises the nuimber of iterations in the main for loop.
1510+
# the selection. This minimises the number of iterations in the main for loop.
15111511

15121512
# check fields are sensible
15131513
check_fields(fields, self._dtype)

0 commit comments

Comments
 (0)