Skip to content

Commit 4abfb19

Browse files
committed
fix docstring for concatenate
1 parent 7c974c5 commit 4abfb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blosc2/ndarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3524,7 +3524,7 @@ def copy(array: NDArray, dtype: np.dtype | str = None, **kwargs: Any) -> NDArray
35243524

35253525

35263526
def concatenate(arrays: list[NDArray], /, axis=0, **kwargs: Any) -> NDArray: # noqa: C901
3527-
"""Concatenate two arrays along a specified axis.
3527+
"""Concatenate a list of arrays along a specified axis.
35283528
35293529
Parameters
35303530
----------

0 commit comments

Comments
 (0)