From 07c66c8ea72181954f4fcf9f62af677d22eec639 Mon Sep 17 00:00:00 2001 From: Samuel St-Jean Date: Fri, 16 Oct 2015 11:33:51 +0200 Subject: [PATCH] Fixed a typo in np.inner doc --- numpy/add_newdocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index a53db35d4d96..b00e229c3e4f 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -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 -------