Skip to content

Commit eda322a

Browse files
authored
Clarify __matmul__ does generalized dot product (#9060)
1 parent 0939003 commit eda322a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/computation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Use :py:func:`~xarray.where` to conditionally switch between values:
5050
5151
xr.where(arr > 0, "positive", "negative")
5252
53-
Use `@` to perform matrix multiplication:
53+
Use `@` to compute the :py:func:`~xarray.dot` product:
5454

5555
.. ipython:: python
5656

0 commit comments

Comments
 (0)