From e770c8c090666fcce309ef38d621dcac29ce78c7 Mon Sep 17 00:00:00 2001 From: melissawm Date: Thu, 11 Feb 2021 18:55:18 -0300 Subject: Removing mention of the @= operator. --- doc/source/reference/arrays.ndarray.rst | 4 ++-- doc/source/reference/routines.linalg.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/source/reference') diff --git a/doc/source/reference/arrays.ndarray.rst b/doc/source/reference/arrays.ndarray.rst index 0d7bf0304..f2204752d 100644 --- a/doc/source/reference/arrays.ndarray.rst +++ b/doc/source/reference/arrays.ndarray.rst @@ -567,8 +567,8 @@ Matrix Multiplication: .. note:: Matrix operators ``@`` and ``@=`` were introduced in Python 3.5 - following :pep:`465` and are available since NumPy 1.10.0. Further - information can be found in the :func:`matmul` documentation. + following :pep:`465`, and the ``@`` operator has been introduced in NumPy + 1.10.0. Further information can be found in the :func:`matmul` documentation. Special methods =============== diff --git a/doc/source/reference/routines.linalg.rst b/doc/source/reference/routines.linalg.rst index f9d37af88..76b7ab82c 100644 --- a/doc/source/reference/routines.linalg.rst +++ b/doc/source/reference/routines.linalg.rst @@ -41,7 +41,7 @@ array as its first argument. The ``@`` operator ------------------ -Introduced in NumPy 1.10.0, the ``@`` and ``@=`` operators are preferable to +Introduced in NumPy 1.10.0, the ``@`` operator is preferable to other methods when computing the matrix product between 2d arrays. The :func:`numpy.matmul` function implements the ``@`` operator. -- cgit v1.2.1