Skip to content

Commit 81d1548

Browse files
committed
minor: small change to ToCupy docstring
1 parent 9be6be3 commit 81d1548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylops/basicoperators/tocupy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class ToCupy(LinearOperator):
1414
r"""Convert to CuPy.
1515
16-
Convert an input array to CuPy in forward mode,
16+
Convert an input NumPy array to CuPy in forward mode,
1717
and convert back to NumPy in adjoint mode.
1818
1919
Parameters

0 commit comments

Comments
 (0)