Skip to content

Commit b11fd84

Browse files
authored
Update src/array_api_stubs/_draft/creation_functions.py
1 parent c1cdabf commit b11fd84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/array_api_stubs/_draft/creation_functions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ def asarray(
9494
If ``obj`` is a sequence with some elements being arrays, the behavior is unspecified and thus implementation-defined. Conforming
9595
implentations may perform the conversion or raise an error.
9696
97+
To join a sequence of arrays along a new axis, see :func:`~array_api.stack`.
98+
9799
dtype: Optional[dtype]
98100
output array data type. If ``dtype`` is ``None``, the output array data type must be inferred from the data type(s) in ``obj``. If all input values are Python scalars, then, in order of precedence,
99101

0 commit comments

Comments
 (0)