From eb8dd464eea5873a59f73c109d8e3347918319d7 Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Thu, 27 Jun 2024 16:40:56 -0600 Subject: [PATCH] Clarify some text --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 0465a8d..a14fbcb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -109,7 +109,7 @@ strict/minimal: like `sin` will accept integer array inputs, but the [standard only requires them to accept floating-point inputs](https://data-apis.org/array-api/latest/API_specification/generated/array_api.sin.html#array_api.sin), - so in array-api-strict, `sin(integer_array)` will raise an exception. + so in array-api-strict, `sin(asarray(0))` will raise an exception. - The [indexing](https://data-apis.org/array-api/latest/API_specification/indexing.html)