diff options
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 b09dcad15..555d08386 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -3411,7 +3411,7 @@ def percentile(a, q, axis=None, out=None, keepdims : bool, optional If this is set to True, the axes which are reduced are left in the result as dimensions with size one. With this option, - the result will broadcast correctly against the original `arr`. + the result will broadcast correctly against the original array `a`. .. versionadded:: 1.9.0 |