Skip to content

Commit 38b6640

Browse files
committed
Minor fix in docstring
1 parent 13a5a68 commit 38b6640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blosc2/proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ def __init__(self, src, chunks: tuple | None = None, blocks: tuple | None = None
566566

567567
def __getitem__(self, item: slice | list[slice]) -> np.ndarray:
568568
"""
569-
Get a slice as a numpy.ndarray using the :ref:`ProxyNumPy`.
569+
Get a slice as a numpy.ndarray (via this proxy).
570570
571571
Parameters
572572
----------

0 commit comments

Comments
 (0)