Skip to content

Commit 3843466

Browse files
authored
docs: use consistent phrasing
1 parent d23ec22 commit 3843466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_stubs/_draft/creation_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def asarray(
115115
116116
- If ``obj`` is a sequence with some elements being arrays, behavior is unspecified and thus implementation-defined. Conforming implementations may perform a conversion or raise an exception. To join a sequence of arrays along a new axis, see :func:`~array_api.stack`.
117117
- If ``dtype`` is not ``None``, then array conversions should obey :ref:`type-promotion` rules. Conversions not specified according to :ref:`type-promotion` rules may or may not be permitted by a conforming array library. To perform an explicit cast, use :func:`array_api.astype`.
118-
- If an input value exceeds the precision of the resolved output array data type, behavior is left unspecified and, thus, implementation-defined.
118+
- If an input value exceeds the precision of the resolved output array data type, behavior is unspecified and thus implementation-defined.
119119
120120
.. versionchanged:: 2022.12
121121
Added complex data type support.

0 commit comments

Comments
 (0)