Skip to content

Commit 9a2f4cf

Browse files
authored
Merge pull request #350 from data-apis/ev-br-patch-1
DOC: add quotes around a shell command
2 parents 0b89c52 + 4398b7c commit 9a2f4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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 quantity_array, numpy; xp = quantity_array.quantity_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)