Skip to content

Commit 5dc7223

Browse files
committed
docs: fix stray note
1 parent 861b28c commit 5dc7223

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/array_api_stubs/_draft/creation_functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def asarray(
119119
120120
- 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`.
121121
- If an input value exceeds the precision of the resolved output array data type, behavior is left unspecified and, thus, implementation-defined.
122-
- must ensure that the returned array does not share data with another array, either by copying the data to a new memory location or in some other way (e.g., this property is guaranteed by design)
123122
124123
.. versionchanged:: 2022.12
125124
Added complex data type support.

0 commit comments

Comments
 (0)