Skip to content

Commit 2601391

Browse files
authored
Update tests/test_common.py
1 parent c783e0e commit 2601391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_is_lazy_array_bool_raises(exc, monkeypatch):
122122
- TypeError: e.g. like jitted JAX. This is the proper exception which
123123
lazy arrays should raise as per the Array API specification
124124
- something else: e.g. like Dask, where bool() triggers compute()
125-
which can cause in any kind of exception to be raised
125+
which can result in any kind of exception to be raised
126126
"""
127127
xp = import_("array_api_strict")
128128
x = xp.asarray(1)

0 commit comments

Comments
 (0)