Skip to content

Commit

Permalink
Fixed a typo in np.inner doc
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstjean committed Oct 16, 2015
1 parent de591ba commit 07c66c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/add_newdocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ def luf(lamdaexpr, *args, **kwargs):
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
-------
Expand Down

0 comments on commit 07c66c8

Please sign in to comment.