From 923e16db075302d17d73bc5426d9cd3af02c8483 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sat, 30 Dec 2017 10:45:49 -0500 Subject: Documentation and misc. typos Found via `codespell` --- numpy/lib/function_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/function_base.py') diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index e01333b8b..b4ac7274a 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -3195,7 +3195,7 @@ def _ureduce(a, func, **kwargs): Input array or object that can be converted to an array. func : callable Reduction function capable of receiving a single axis argument. - It is is called with `a` as first argument followed by `kwargs`. + It is called with `a` as first argument followed by `kwargs`. kwargs : keyword arguments additional keyword arguments to pass to `func`. -- cgit v1.2.1