Skip to content

Commit 052dc93

Browse files
committed
normalize order
1 parent dd17571 commit 052dc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: array_api_strict/_elementwise_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def inner(x1, x2, /) -> Array:
5757
"real numeric": "int | float | Array",
5858
"numeric": "int | float | complex | Array",
5959
"integer": "int | Array",
60-
"integer or boolean": "int | bool | Array",
60+
"integer or boolean": "bool | int | Array",
6161
"boolean": "bool | Array",
6262
"real floating-point": "float | Array",
6363
"complex floating-point": "complex | Array",

0 commit comments

Comments
 (0)