Skip to content

Commit 1512665

Browse files
committed
DOC: tweak for correctness
closes gh-328
1 parent a50f202 commit 1512665

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
@@ -42,7 +42,7 @@ To specify a runtime-defined module, define `xp` using the `exec('...')` syntax:
4242
$ export ARRAY_API_TESTS_MODULE="exec('import quantity_array, numpy; xp = quantity_array.quantity_namespace(numpy)')"
4343
```
4444

45-
Alternately, import/define the `xp` variable in `array_api_tests/__init__.py`.
45+
Alternately, import/define the `xp` and `xp_name` variables in `array_api_tests/__init__.py`.
4646

4747
### Specifying the API version
4848

0 commit comments

Comments
 (0)