We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd17571 commit 052dc93Copy full SHA for 052dc93
array_api_strict/_elementwise_functions.py
@@ -57,7 +57,7 @@ def inner(x1, x2, /) -> Array:
57
"real numeric": "int | float | Array",
58
"numeric": "int | float | complex | Array",
59
"integer": "int | Array",
60
- "integer or boolean": "int | bool | Array",
+ "integer or boolean": "bool | int | Array",
61
"boolean": "bool | Array",
62
"real floating-point": "float | Array",
63
"complex floating-point": "complex | Array",
0 commit comments