We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83b15c commit 8d2d37aCopy full SHA for 8d2d37a
README.md
@@ -55,7 +55,8 @@ import array_api_compat.cupy as cp
55
56
Each will include all the functions from the normal NumPy/CuPy namespace,
57
except that functions that are part of the array API are wrapped so that they
58
-have the correct array API behavior. In each case, the array object
+have the correct array API behavior. In each case, the array object used will
59
+be thew same array object from the wrapped library.
60
61
62
## Helper Functions
0 commit comments