Skip to content

Commit bb4d3af

Browse files
committed
Typo fix
1 parent e9b447c commit bb4d3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import array_api_compat.cupy as cp
4545
import array_api_compat.torch as torch
4646
```
4747

48-
Each will include all the functions from the normal NumPy/CuPy/Torch
48+
Each will include all the functions from the normal NumPy/CuPy/PyTorch
4949
namespace, except that functions that are part of the array API are wrapped so
5050
that they have the correct array API behavior. In each case, the array object
5151
used will be the same array object from the wrapped library.

0 commit comments

Comments
 (0)