diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2017-05-09 12:16:14 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2017-05-09 12:16:14 +0300 |
commit | ef5684564e3074daf614846f30bfdd7f15f5254f (patch) | |
tree | 1b604adcf75bec0009c27d340e6ede2adb03b2ec /doc/source/user/numpy-for-matlab-users.rst | |
parent | 23b0cf3a5925dbc1f0503fbdacdf8088372f4ab5 (diff) | |
download | numpy-ef5684564e3074daf614846f30bfdd7f15f5254f.tar.gz |
ENH: Spelling fixes
Diffstat (limited to 'doc/source/user/numpy-for-matlab-users.rst')
-rw-r--r-- | doc/source/user/numpy-for-matlab-users.rst | 2 |
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 2661c79c3..7f48e7031 100644 --- a/doc/source/user/numpy-for-matlab-users.rst +++ b/doc/source/user/numpy-for-matlab-users.rst @@ -162,7 +162,7 @@ There are pros and cons to using both: - ``:)`` ``A*B`` is matrix multiplication, so more convenient for linear algebra. - ``<:(`` Element-wise multiplication requires calling a function, - ``multipy(A,B)``. + ``multiply(A,B)``. - ``<:(`` The use of operator overloading is a bit illogical: ``*`` does not work elementwise but ``/`` does. |