Skip to content

Commit a87dcf7

Browse files
authored
Merge pull request #326 from tpietzsch/patch-2
Remove inconsistent example description
2 parents d38b0db + ea6456f commit a87dcf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/v3/core/v3.0.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,7 @@ two-dimensional array of 64-bit little-endian floating point numbers,
696696
with 10000 rows and 1000 columns, divided into a regular chunk grid where
697697
each chunk has 1000 rows and 100 columns, and thus there will be 100
698698
chunks in total arranged into a 10 by 10 grid. Within each chunk the
699-
binary values are laid out in C contiguous order. Each chunk is
700-
compressed using gzip compression prior to storage::
699+
binary values are laid out in C contiguous order::
701700

702701
{
703702
"zarr_format": 3,

0 commit comments

Comments
 (0)