summaryrefslogtreecommitdiff
path: root/doc/source/user/numpy-for-matlab-users.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/user/numpy-for-matlab-users.rst')
-rw-r--r--doc/source/user/numpy-for-matlab-users.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/numpy-for-matlab-users.rst b/doc/source/user/numpy-for-matlab-users.rst
index 00a627ac4..002a0c9c3 100644
--- a/doc/source/user/numpy-for-matlab-users.rst
+++ b/doc/source/user/numpy-for-matlab-users.rst
@@ -369,7 +369,7 @@ Linear Algebra Equivalents
- conjugate transpose of ``a``
* - ``a * b``
- - ``a.dot(b)``
+ - ``a.dot(b)`` or ``a@b`` (Python 3.5 or newer)
- matrix multiply
* - ``a .* b``