Skip to content

Commit e75ba03

Browse files
committed
Fix some internal documentation
1 parent 57d3c5a commit e75ba03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

array_api_compat/common/_aliases.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,11 @@ def _asarray(
291291
"""
292292
Array API compatibility wrapper for asarray().
293293
294-
See the corresponding documentation in NumPy/CuPy and/or the array API
294+
See the corresponding documentation in the array library and/or the array API
295295
specification for more details.
296296
297+
'namespace' may be an array module namespace. This is needed to support
298+
conversion of sequences of Python scalars.
297299
"""
298300
if namespace is None:
299301
try:

0 commit comments

Comments
 (0)