Skip to content

Commit d13cfee

Browse files
authored
docs: fix typo
1 parent 7c0bd0b commit d13cfee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_stubs/_draft/data_type_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def astype(
6565

6666
def can_cast(from_: Union[dtype, array], to: dtype, /) -> bool:
6767
"""
68-
Determines if one data type can be cast to another data type according type promotion rules (see :ref:`type-promotion`).
68+
Determines if one data type can be cast to another data type according to type promotion rules (see :ref:`type-promotion`).
6969
7070
Parameters
7171
----------

0 commit comments

Comments
 (0)