From 05c1054334537b32c18e618c522305ea6a0209d3 Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Sun, 22 May 2022 21:15:56 -0700 Subject: [PATCH] Update `iinfo` description to be consistent with `finfo` --- spec/API_specification/array_api/data_type_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/API_specification/array_api/data_type_functions.py b/spec/API_specification/array_api/data_type_functions.py index 44122c1d2..3731e4c98 100644 --- a/spec/API_specification/array_api/data_type_functions.py +++ b/spec/API_specification/array_api/data_type_functions.py @@ -91,7 +91,7 @@ def iinfo(type: Union[dtype, array], /) -> iinfo_object: Returns ------- out: iinfo object - a class with that encapsules the following attributes: + an object having the following attributes: - **bits**: *int*