From d9137a46f35e610a6f9055a27c511c9cb70b6ad7 Mon Sep 17 00:00:00 2001 From: Julian Taylor Date: Sun, 7 Sep 2014 10:42:04 +0200 Subject: DOC: fix missing space in percentile doc --- numpy/lib/function_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 3074a2f70..47be2f12f 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -3003,7 +3003,7 @@ def percentile(a, q, axis=None, out=None, nearest neighbors as well as the `interpolation` parameter will determine the percentile if the normalized ranking does not match q exactly. This function is the same as the median if ``q=50``, the same - as the minimum if ``q=0``and the same as the maximum if ``q=100``. + as the minimum if ``q=0`` and the same as the maximum if ``q=100``. Examples -------- -- cgit v1.2.1