Skip to content

Commit 9b4ccee

Browse files
committed
doco
1 parent 1abf5f2 commit 9b4ccee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ append data to any axis::
121121

122122
Create a persistent array (data saved to disk)::
123123

124-
>>> import tempfile
125124
>>> path = 'example.zarr'
126125
>>> z = zarr.open(path, shape=(10000, 1000), dtype='i4', chunks=(1000, 100))
127126
>>> z[:] = np.arange(10000000, dtype='i4').reshape(10000, 1000)

0 commit comments

Comments
 (0)