summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r--numpy/lib/function_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py
index 9341685ba..5c1654fc3 100644
--- a/numpy/lib/function_base.py
+++ b/numpy/lib/function_base.py
@@ -3336,7 +3336,7 @@ def _ureduce(a, func, **kwargs):
func : callable
Reduction function capable of receiving a single axis argument.
It is is called with `a` as first argument followed by `kwargs`.
- kwargs : keyword arguments
+ kwargs : keyword arguments
additional keyword arguments to pass to `func`.
Returns