We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fe38d commit 8422f51Copy full SHA for 8422f51
docs/index.md
@@ -166,7 +166,7 @@ issue, but this hasn't necessarily been tested thoroughly.
166
`Device("device1")` and `Device("device2")`. This allows testing of arrays on
167
different devices, without the need for special hardware.
168
`x.device` is always a `Device` object, and `device` keywords to creation
169
- functions only accept these three device objects or `None`. A future version of
+ functions only accept the above three device objects or `None`. A future version of
170
array-api-strict [may add support for a CuPy
171
backend](https://github.com/data-apis/array-api-strict/issues/5) so that
172
more significant device support can be tested.
0 commit comments