diff options
Diffstat (limited to 'doc/source/reference/routines.linalg.rst')
-rw-r--r-- | doc/source/reference/routines.linalg.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/routines.linalg.rst b/doc/source/reference/routines.linalg.rst index 97bdf3974..f9d37af88 100644 --- a/doc/source/reference/routines.linalg.rst +++ b/doc/source/reference/routines.linalg.rst @@ -43,7 +43,7 @@ The ``@`` operator Introduced in NumPy 1.10.0, the ``@`` and ``@=`` operators are preferable to other methods when computing the matrix product between 2d arrays. The -:func:`numpy.matmul` function implements the semantics of the ``@`` operator. +:func:`numpy.matmul` function implements the ``@`` operator. .. currentmodule:: numpy |