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 2c6b3e4 commit 9f6c4c0Copy full SHA for 9f6c4c0
zarr/indexing.py
@@ -218,8 +218,8 @@ def ensure_tuple(v):
218
'ChunkProjection',
219
('chunk_coords', 'chunk_selection', 'out_selection')
220
)
221
-"""A mapping of items from chunk to output array. Can be used to extract items from the
222
-chunk array for loading into an output array. Can also be used to extract items from a
+"""A mapping of items from chunk to output array. Can be used to extract items from the
+chunk array for loading into an output array. Can also be used to extract items from a
223
value array for setting/updating in a chunk array.
224
225
Parameters
0 commit comments