We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512861f commit 89b2111Copy full SHA for 89b2111
array_api_compat/common/_helpers.py
@@ -824,7 +824,7 @@ def is_lazy_array(x) -> bool:
824
expensive to eagerly read its contents, regardless of their size, e.g. by
825
calling ``bool(x)`` or ``float(x)``.
826
827
- Return True otherwise; e.g. ``bool(x)`` etc. is guaranteed to succeed and to be
+ 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.
829
830
Note
0 commit comments