summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.ndarray.rst
diff options
context:
space:
mode:
authorPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-07 09:55:40 +0200
committerPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-07 09:55:40 +0200
commit0a9fb7b7ea94b3d7554ca29c3a40057d22ec1f01 (patch)
tree35fd967e371189cab8cb7b31510522bf34d33c37 /doc/source/reference/arrays.ndarray.rst
parentdb0b231f17fb2148772181626235e2644eb67c3e (diff)
downloadnumpy-0a9fb7b7ea94b3d7554ca29c3a40057d22ec1f01.tar.gz
DOC: change version references from x.y to x.y.z
Diffstat (limited to 'doc/source/reference/arrays.ndarray.rst')
-rw-r--r--doc/source/reference/arrays.ndarray.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.ndarray.rst b/doc/source/reference/arrays.ndarray.rst
index bd6821b62..14d35271e 100644
--- a/doc/source/reference/arrays.ndarray.rst
+++ b/doc/source/reference/arrays.ndarray.rst
@@ -560,7 +560,7 @@ Matrix Multiplication:
.. note::
Matrix operators ``@`` and ``@=`` were introduced in Python 3.5
- following PEP465. NumPy 1.10 has a preliminary implementation of ``@``
+ following PEP465. NumPy 1.10.0 has a preliminary implementation of ``@``
for testing purposes. Further documentation can be found in the
:func:`matmul` documentation.