diff options
author | Samuel St-Jean <stjeansam@gmail.com> | 2015-10-16 11:33:51 +0200 |
---|---|---|
committer | Samuel St-Jean <stjeansam@gmail.com> | 2015-10-16 11:33:51 +0200 |
commit | 07c66c8ea72181954f4fcf9f62af677d22eec639 (patch) | |
tree | 79d8bc60e50c2eea2831d2700319519975c50aaf /numpy/add_newdocs.py | |
parent | de591ba203d8f795dac2edb31b6f8fb236680b9c (diff) | |
download | numpy-07c66c8ea72181954f4fcf9f62af677d22eec639.tar.gz |
Fixed a typo in np.inner doc
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index a53db35d4..b00e229c3 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -1228,7 +1228,7 @@ add_newdoc('numpy.core', 'inner', Parameters ---------- a, b : array_like - If `a` and `b` are nonscalar, their last dimensions of must match. + If `a` and `b` are nonscalar, their last dimensions must match. Returns ------- |