Skip to content

Commit c71d5db

Browse files
authored
Update README.md
1 parent 85f929f commit c71d5db

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
@@ -39,7 +39,7 @@ $ export ARRAY_API_TESTS_MODULE=array_api_strict
3939
To specify a runtime-defined module, define `xp` using the `exec('...')` syntax:
4040

4141
```bash
42-
$ export ARRAY_API_TESTS_MODUle=exec('import pint_array, numpy; xp = pint_array.pint_namespace(numpy)')
42+
$ export ARRAY_API_TESTS_MODULE=exec('import quantity_array, numpy; xp = quantity_array.quantity_namespace(numpy)')
4343
```
4444

4545
Alternately, import/define the `xp` variable in `array_api_tests/__init__.py`.

0 commit comments

Comments
 (0)