Skip to content

Commit 9098631

Browse files
committed
Update README.rst
1 parent 8565aa2 commit 9098631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ append data to any axis::
119119
cname: blosclz; clevel: 5; shuffle: 1 (BYTESHUFFLE)
120120
nbytes: 152.6M; cbytes: 7.6M; ratio: 20.2; initialized: 400/400
121121

122-
Create a persistent array (data saved to disk)::
122+
Create a persistent array (data stored on disk)::
123123

124124
>>> path = 'example.zarr'
125125
>>> z = zarr.open(path, shape=(10000, 1000), dtype='i4', chunks=(1000, 100))

0 commit comments

Comments
 (0)