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.
2 parents 3e8fc19 + a58407f commit 214ba9bCopy full SHA for 214ba9b
docs/v3/codecs/sharding-indexed/v1.0.rst
@@ -166,7 +166,7 @@ Definitions
166
* **Inner chunk** is a chunk within the shard.
167
* **Shard shape** is the chunk shape of the outer array.
168
* **Inner chunk shape** is defined by the ``chunk_shape`` configuration of the codec.
169
- The inner chunk shape needs to have the same dimensions as the shard shape and the
+ The inner chunk shape needs to have the same number of dimensions as the shard shape and the
170
inner chunk shape along each dimension must evenly divide the size of the shard shape.
171
* **Chunks per shard** is the element-wise division of the shard shape by the
172
inner chunk shape.
0 commit comments