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 7c0bd0b commit d13cfeeCopy full SHA for d13cfee
src/array_api_stubs/_draft/data_type_functions.py
@@ -65,7 +65,7 @@ def astype(
65
66
def can_cast(from_: Union[dtype, array], to: dtype, /) -> bool:
67
"""
68
- Determines if one data type can be cast to another data type according type promotion rules (see :ref:`type-promotion`).
+ Determines if one data type can be cast to another data type according to type promotion rules (see :ref:`type-promotion`).
69
70
Parameters
71
----------
0 commit comments