summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.ndarray.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference/arrays.ndarray.rst')
-rw-r--r--doc/source/reference/arrays.ndarray.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/source/reference/arrays.ndarray.rst b/doc/source/reference/arrays.ndarray.rst
index 106ccd7cb..0d7bf0304 100644
--- a/doc/source/reference/arrays.ndarray.rst
+++ b/doc/source/reference/arrays.ndarray.rst
@@ -567,11 +567,9 @@ Matrix Multiplication:
.. note::
Matrix operators ``@`` and ``@=`` were introduced in Python 3.5
- following PEP465_ and are available since NumPy 1.10.0. Further
+ following :pep:`465` and are available since NumPy 1.10.0. Further
information can be found in the :func:`matmul` documentation.
-.. _PEP465: https://www.python.org/dev/peps/pep-0465/
-
Special methods
===============