Skip to content

Commit 89b2111

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

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
@@ -824,7 +824,7 @@ def is_lazy_array(x) -> bool:
824824
expensive to eagerly read its contents, regardless of their size, e.g. by
825825
calling ``bool(x)`` or ``float(x)``.
826826
827-
Return True otherwise; e.g. ``bool(x)`` etc. is guaranteed to succeed and to be
827+
Return False otherwise; e.g. ``bool(x)`` etc. is guaranteed to succeed and to be
828828
cheap as long as the array is the right dtype.
829829
830830
Note

0 commit comments

Comments
 (0)