From 15126652229fbaad25fc1b9ba66d02dc6d310de8 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Tue, 1 Jul 2025 15:25:30 +0100 Subject: [PATCH] DOC: tweak for correctness closes gh-328 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa17b763..b5e9ea73 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ To specify a runtime-defined module, define `xp` using the `exec('...')` syntax: $ export ARRAY_API_TESTS_MODULE="exec('import quantity_array, numpy; xp = quantity_array.quantity_namespace(numpy)')" ``` -Alternately, import/define the `xp` variable in `array_api_tests/__init__.py`. +Alternately, import/define the `xp` and `xp_name` variables in `array_api_tests/__init__.py`. ### Specifying the API version