diff options
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 ------- |