Skip to content

Commit 2fbb205

Browse files
authored
Merge pull request #221 from normanrz/patch-1
[V3] type -> name
2 parents f729c93 + c352133 commit 2fbb205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/v3/core/v3.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ mandatory names:
869869
member ``chunk_shape``. ``chunk_shape`` must be an array of
870870
integers providing the lengths of the chunk along each dimension of the
871871
array. For example,
872-
``{"type": "regular", "configuration": {"chunk_shape": [2, 5]}}``
872+
``{"name": "regular", "configuration": {"chunk_shape": [2, 5]}}``
873873
means a regular grid where the chunks have length 2 along the first
874874
dimension and length 5 along the second dimension.
875875

@@ -1064,7 +1064,7 @@ compressed using gzip compression prior to storage::
10641064
}
10651065
},
10661066
"codecs": [{
1067-
"type": "gzip",
1067+
"name": "gzip",
10681068
"configuration": {
10691069
"level": 1
10701070
}

0 commit comments

Comments
 (0)