Skip to content

Commit 8aa5042

Browse files
committed
docs: fix symbol
1 parent 6ae3742 commit 8aa5042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/array_api_stubs/_draft/linear_algebra_functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def matmul(x1: array, x2: array, /) -> array:
4141
4242
Raises
4343
------
44-
Error
44+
Exception
4545
an exception **should** be raised in the following circumstances:
4646
4747
- if either ``x1`` or ``x2`` is a zero-dimensional array.
@@ -154,7 +154,7 @@ def vecdot(x1: array, x2: array, /, *, axis: int = -1) -> array:
154154
155155
Raises
156156
------
157-
Error
157+
Exception
158158
an exception **should** be raised in the following circumstances:
159159
160160
- if the size of the axis over which to compute the dot product is not the same (before broadcasting) for both ``x1`` and ``x2``.

0 commit comments

Comments
 (0)