Skip to content

Commit 11d27dd

Browse files
committed
Remove no longer correct note from docstring
1 parent d84983a commit 11d27dd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

array_api_compat/cupy/_aliases.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ def asarray(
8585
8686
See the corresponding documentation in the array library and/or the array API
8787
specification for more details.
88-
89-
'namespace' may be an array module namespace. This is needed to support
90-
conversion of sequences of Python scalars.
9188
"""
9289
with cp.cuda.Device(device):
9390
# cupy is like NumPy 1.26 (except without _CopyMode). See the comments

array_api_compat/numpy/_aliases.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ def asarray(
9393
9494
See the corresponding documentation in the array library and/or the array API
9595
specification for more details.
96-
97-
'namespace' may be an array module namespace. This is needed to support
98-
conversion of sequences of Python scalars.
9996
"""
10097
if np.__version__[0] >= '2':
10198
# NumPy 2.0 asarray() is completely array API compatible. No need for

0 commit comments

Comments
 (0)