Skip to content

Commit 1b89e4d

Browse files
authored
Update array_api_compat/common/_helpers.py
1 parent 89b2111 commit 1b89e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_compat/common/_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ def is_lazy_array(x) -> bool:
825825
calling ``bool(x)`` or ``float(x)``.
826826
827827
Return False otherwise; e.g. ``bool(x)`` etc. is guaranteed to succeed and to be
828-
cheap as long as the array is the right dtype.
828+
cheap as long as the array has the right dtype.
829829
830830
Note
831831
----

0 commit comments

Comments
 (0)