Skip to content

Commit a6a86ce

Browse files
committed
[DOC] Second correction of references.
1 parent 531a109 commit a6a86ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/blosc2/ndarray.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3911,7 +3911,7 @@ def permute_dims(arr: NDArray, axes: tuple[int] | list[int] | None = None, **kwa
39113911
Returns
39123912
-------
39133913
out: :ref:`NDArray`
3914-
A Blosc2: ref:`NDArray` with axes transposed.
3914+
A Blosc2 :ref:`NDArray` with axes transposed.
39153915
39163916
Raises
39173917
------
@@ -4050,7 +4050,7 @@ def matrix_transpose(arr: NDArray, **kwargs: Any) -> NDArray:
40504050
Returns
40514051
-------
40524052
out: :ref:`NDArray`
4053-
A new: ref:`NDArray` containing the transpose for each matrix and having shape
4053+
A new :ref:`NDArray` containing the transpose for each matrix and having shape
40544054
``(..., N, M)``.
40554055
"""
40564056
axes = None

0 commit comments

Comments
 (0)