diff options
| author | Julian Taylor <juliantaylor108@gmail.com> | 2016-02-23 21:51:44 +0100 |
|---|---|---|
| committer | Julian Taylor <juliantaylor108@gmail.com> | 2016-02-23 21:51:44 +0100 |
| commit | b3aa073c02c424ee67aed7c7e36b8bdb4e82a41f (patch) | |
| tree | 05325f6d7dafdec7ebc224b21cd57c6de6b26cc3 /numpy/lib/function_base.py | |
| parent | 4b78b9025f54a6818c5ed0b6c210f0b49516686d (diff) | |
| parent | c5e01fa725e5e7c1993b7eec401fa31be8580420 (diff) | |
| download | numpy-b3aa073c02c424ee67aed7c7e36b8bdb4e82a41f.tar.gz | |
Merge pull request #7279 from madphysicist/percentile-tests
TST: Fixed elements being shuffled
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 7f80e424c..12fa4049b 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -3277,7 +3277,7 @@ def _ureduce(a, func, **kwargs): a : array_like Input array or object that can be converted to an array. func : callable - Reduction function Kapable of receiving an axis argument. + Reduction function capable of receiving a single axis argument. It is is called with `a` as first argument followed by `kwargs`. kwargs : keyword arguments additional keyword arguments to pass to `func`. |
