Skip to content

Commit 6ece445

Browse files
DOC: fix missing arguments (copy and device) from asanyarray's signature (numpy#27499)
1 parent ff88e0c commit 6ece445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/_core/_add_newdocs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@
10291029

10301030
add_newdoc('numpy._core.multiarray', 'asanyarray',
10311031
"""
1032-
asanyarray(a, dtype=None, order=None, *, like=None)
1032+
asanyarray(a, dtype=None, order=None, *, device=None, copy=None, like=None)
10331033
10341034
Convert the input to an ndarray, but pass ndarray subclasses through.
10351035

0 commit comments

Comments
 (0)