diff options
author | Mad Physicist <madphysicist@users.noreply.github.com> | 2016-02-26 11:53:14 -0500 |
---|---|---|
committer | Mad Physicist <madphysicist@users.noreply.github.com> | 2016-02-26 11:53:14 -0500 |
commit | 693fa3f1f9d8fad30db65368e3783096ea02012b (patch) | |
tree | 7a8ce93cc60cdccaf8a183e4f6fc2495a64a2080 /numpy/lib/function_base.py | |
parent | c303c9b77afbc7fe6f4049683c3ccaabdebe7be3 (diff) | |
download | numpy-693fa3f1f9d8fad30db65368e3783096ea02012b.tar.gz |
Maint: Removed extra space from `ureduce`
This is just me being OCD. I am not sure this even merits a full commit, much less a PR, but here goes anyway.
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r-- | numpy/lib/function_base.py | 2 |
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 |