Skip to content

Commit 8d2d37a

Browse files
committed
Fix missing sentence in the README
1 parent a83b15c commit 8d2d37a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ import array_api_compat.cupy as cp
5555

5656
Each will include all the functions from the normal NumPy/CuPy namespace,
5757
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
58+
have the correct array API behavior. In each case, the array object used will
59+
be thew same array object from the wrapped library.
5960

6061

6162
## Helper Functions

0 commit comments

Comments
 (0)