Skip to content

Commit 214ba9b

Browse files
authored
Merge pull request #304 from sbesson/sharding_dimensions_fix
Clarify relationship between the inner chunk shape and shard shape
2 parents 3e8fc19 + a58407f commit 214ba9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v3/codecs/sharding-indexed/v1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Definitions
166166
* **Inner chunk** is a chunk within the shard.
167167
* **Shard shape** is the chunk shape of the outer array.
168168
* **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
169+
The inner chunk shape needs to have the same number of dimensions as the shard shape and the
170170
inner chunk shape along each dimension must evenly divide the size of the shard shape.
171171
* **Chunks per shard** is the element-wise division of the shard shape by the
172172
inner chunk shape.

0 commit comments

Comments
 (0)