Skip to content

Commit 1082adf

Browse files
committed
DOC: improved docstring for stack()
1 parent 6d244dd commit 1082adf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

larray/core/array.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9597,8 +9597,9 @@ def stack(elements=None, axes=None, title=None, meta=None, dtype=None, res_axes=
95979597
95989598
Returns
95999599
-------
9600-
Array
9601-
A single array combining arrays. The new (stacked) axes will be the last axes of the new array.
9600+
Array or Session
9601+
A single Array combining input values, or a single Session combining input Sessions.
9602+
The new (stacked) axes will be the last axes of the new array.
96029603
96039604
Examples
96049605
--------

0 commit comments

Comments
 (0)