diff options
author | melissawm <melissawm@gmail.com> | 2021-02-05 15:06:13 -0300 |
---|---|---|
committer | melissawm <melissawm@gmail.com> | 2021-02-05 15:06:13 -0300 |
commit | 5248f4ba50e95bba83e3e07f3271241e25b0421c (patch) | |
tree | a3a18e32cfdde51d744b862c476258551b68cb3a /doc/source/reference/arrays.ndarray.rst | |
parent | 46b5b0d428bbe3216140e799ca4aaa2507b8293e (diff) | |
download | numpy-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.rst | 4 |
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 =============== |