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 89b2111 commit 1b89e4dCopy full SHA for 1b89e4d
array_api_compat/common/_helpers.py
@@ -825,7 +825,7 @@ def is_lazy_array(x) -> bool:
825
calling ``bool(x)`` or ``float(x)``.
826
827
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.
+ cheap as long as the array has the right dtype.
829
830
Note
831
----
0 commit comments