diff --git a/spec/API_specification/array_api/data_type_functions.py b/spec/API_specification/array_api/data_type_functions.py index 495bd6002..0e07e818c 100644 --- a/spec/API_specification/array_api/data_type_functions.py +++ b/spec/API_specification/array_api/data_type_functions.py @@ -111,6 +111,10 @@ def iinfo(type: Union[dtype, array], /) -> iinfo_object: - **min**: *int* smallest representable number. + + - **dtype**: dtype + + integer data type. """ def result_type(*arrays_and_dtypes: Union[array, dtype]) -> dtype: