File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
2023.12/API_specification Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ A conforming implementation of the array API standard must provide and support a
8787 - `operator.matmul(x1, x2) <https://docs.python.org/3/library/operator.html#operator.matmul >`_
8888 - `operator.__matmul__(x1, x2) <https://docs.python.org/3/library/operator.html#operator.__matmul_ _>`_
8989
90- The matmul ``@ `` operator should be defined for arrays having real-valued data types.
90+ The matmul ``@ `` operator should be defined for arrays having numeric data types.
9191
9292Bitwise Operators
9393~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ A conforming implementation of the array API standard must provide and support a
8787 - `operator.matmul(x1, x2) <https://docs.python.org/3/library/operator.html#operator.matmul >`_
8888 - `operator.__matmul__(x1, x2) <https://docs.python.org/3/library/operator.html#operator.__matmul_ _>`_
8989
90- The matmul ``@ `` operator should be defined for arrays having real-valued data types.
90+ The matmul ``@ `` operator should be defined for arrays having numeric data types.
9191
9292Bitwise Operators
9393~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments