Skip to content

Commit 8e947d3

Browse files
committed
update doc
1 parent aca9ae1 commit 8e947d3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/using/methods.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ __getitem__(key)
2525
supports the same `indexing and slicing <indexing>`_ as NumPy. The
2626
following examples are valid:
2727

28-
.. code:: python
28+
.. code:: python
2929
30-
ds[0]
31-
ds[-1]
32-
ds[0:10]
33-
ds[0:10:2]
34-
ds[0, 1, :]
30+
ds[0]
31+
ds[-1]
32+
ds[0:10]
33+
ds[0:10:2]
34+
ds[0, 1, :]
3535
36-
Please note that Zarr will load the entire dataset into memory if
37-
you use a syntax like ``ds[:]``.
36+
The data returns is a NumPy array. Please note that Zarr will load
37+
the entire dataset into memory if you use a syntax like ``ds[:]``.
3838

3939
metadata()
4040
Return the dataset's metadata.

0 commit comments

Comments
 (0)