diff --git a/src/array_api_stubs/_draft/data_types.py b/src/array_api_stubs/_draft/data_types.py index d15f4a9f7..ef7d5c3ab 100644 --- a/src/array_api_stubs/_draft/data_types.py +++ b/src/array_api_stubs/_draft/data_types.py @@ -11,9 +11,9 @@ def __eq__(self: dtype, other: dtype, /) -> bool: Parameters ---------- self: dtype - data type instance. May be any supported data type. + data type instance. **Should** be any supported data type. other: dtype - other data type instance. May be any supported data type. + other data type instance. **Should** be any supported data type. Returns -------