Skip to content

Commit 55c7585

Browse files
Update src/array_api_extra/testing.py
Co-authored-by: Lucas Colley <[email protected]>
1 parent dc5eb21 commit 55c7585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/array_api_extra/testing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def test_myfunc(xp):
120120
Notes
121121
-----
122122
In order for this tag to be effective, the test function must be imported into the
123-
test module globals without namespace; alternatively its namespace must be declared
123+
test module globals without its namespace; alternatively its namespace must be declared
124124
in a ``lazy_xp_modules`` list in the test module globals.
125125
126126
Example 1::

0 commit comments

Comments
 (0)