Skip to content

Commit cd9912a

Browse files
jbmsjstriebel
andauthored
Apply suggestions from code review
Co-authored-by: Jonathan Striebel <[email protected]>
1 parent 66ae36f commit cd9912a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/v3/codecs/blosc/v1.0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ size::
9898
"configuration": {
9999
"cname": "lz4",
100100
"clevel": 1,
101-
"shuffle": "byte",
101+
"shuffle": "shuffle",
102102
"typesize": 4,
103103
"blocksize": 0
104104
}
@@ -123,8 +123,8 @@ Comparison to Zarr v2
123123
While the binary format is identical, the JSON metadata differs from that used
124124
by the Zarr v2 ``blosc`` codec in the following ways:
125125

126-
- The `shuffle` mode is now specified more clearly as `null` (0 in Zarr v2),
127-
`"bit"` (2 in Zarr v2), or `"byte"` (1 in Zarr v2). Using these constants
126+
- The `shuffle` mode is now specified more clearly as `noshuffle` (0 in Zarr v2),
127+
`"bitshuffle"` (2 in Zarr v2), or `"shuffle"` (1 in Zarr v2). Using these constants
128128
rather than numbers makes it much easier to know what shuffle mode will be
129129
using from manual inspection of the metadata.
130130

0 commit comments

Comments
 (0)