Skip to content

Commit 4ca9961

Browse files
committed
fixed typo in documentation of Array.expand()
1 parent 7e8fe23 commit 4ca9961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

larray/core/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5982,7 +5982,7 @@ def expand(self, target_axes=None, out=None, readonly=False):
59825982
r"""Expands array to target_axes.
59835983
59845984
Target axes will be added to array if not present.
5985-
In most cases this function is not needed because Array can do operations with arrays having different
5985+
In most cases this function is not needed because LArray can do operations with arrays having different
59865986
(compatible) axes.
59875987
59885988
Parameters

0 commit comments

Comments
 (0)