We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0939003 commit eda322aCopy full SHA for eda322a
doc/user-guide/computation.rst
@@ -50,7 +50,7 @@ Use :py:func:`~xarray.where` to conditionally switch between values:
50
51
xr.where(arr > 0, "positive", "negative")
52
53
-Use `@` to perform matrix multiplication:
+Use `@` to compute the :py:func:`~xarray.dot` product:
54
55
.. ipython:: python
56
0 commit comments