Skip to content

Commit 4398b7c

Browse files
authored
DOC: add quotes around a shell command
otherwise, it barfs with `bash: syntax error near unexpected token `('`
1 parent 0b89c52 commit 4398b7c

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)