Skip to content

Commit 9a869a1

Browse files
committed
DOC: Fix code block formatting in arrays.rst
1 parent 2d5f64a commit 9a869a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/user-guide/arrays.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Pass existing data during array creation for convenience:
4343
arr = zarr.create_array("data.zarr", shape=data.shape, data=data)
4444
4545
Equivalent to separate assignment:
46+
4647
.. code-block:: python
4748
4849
arr = zarr.create_array("data.zarr", shape=(1000, 1000))

0 commit comments

Comments
 (0)