summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.ndarray.rst
diff options
context:
space:
mode:
authormelissawm <melissawm@gmail.com>2021-02-05 15:06:13 -0300
committermelissawm <melissawm@gmail.com>2021-02-05 15:06:13 -0300
commit5248f4ba50e95bba83e3e07f3271241e25b0421c (patch)
treea3a18e32cfdde51d744b862c476258551b68cb3a /doc/source/reference/arrays.ndarray.rst
parent46b5b0d428bbe3216140e799ca4aaa2507b8293e (diff)
downloadnumpy-5248f4ba50e95bba83e3e07f3271241e25b0421c.tar.gz
Applying suggestions from PR review.
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
===============