Skip to content

Commit

Permalink
Clarify some text
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jun 27, 2024
1 parent 50a1669 commit eb8dd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eb8dd46

Please sign in to comment.