Skip to content

Commit 3e8fc19

Browse files
authored
Merge pull request #320 from thewtex/patch-1
Correct example endianness reference
2 parents 4a49288 + 837a418 commit 3e8fc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v3/core/v3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ compressed using gzip compression prior to storage::
720720
"codecs": [{
721721
"name": "bytes",
722722
"configuration": {
723-
"endian": "big"
723+
"endian": "little"
724724
}
725725
}],
726726
"fill_value": "NaN",

0 commit comments

Comments
 (0)