Skip to content

Commit ba05175

Browse files
committed
fix whitespace
1 parent 38c62ad commit ba05175

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorial.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ example::
2121
>>> z = zarr.zeros((10000, 10000), chunks=(1000, 1000), dtype='i4')
2222
>>> z
2323
zarr.core.Array((10000, 10000), int32, chunks=(1000, 1000), order=C)
24-
compression: blosc; compression_opts: {'clevel': 5, 'cname': 'blosclz', 'shuffle': 1}
25-
nbytes: 381.5M; nbytes_stored: 317; ratio: 1261829.7; initialized: 0/100
26-
store: builtins.dict
24+
compression: blosc; compression_opts: {'clevel': 5, 'cname': 'blosclz', 'shuffle': 1}
25+
nbytes: 381.5M; nbytes_stored: 317; ratio: 1261829.7; initialized: 0/100
26+
store: builtins.dict
2727

2828
The code above creates a 2-dimensional array of 32-bit integers with
2929
10000 rows and 10000 columns, divided into chunks where each chunk has

0 commit comments

Comments
 (0)