diff options
author | He Jia <he.jia.phy@gmail.com> | 2019-06-14 17:52:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-14 17:52:06 -0700 |
commit | 35a6936f40e7e8fb4e7bbf809fa493e1f37ec85c (patch) | |
tree | 225e67a4b92351287f2f5e20b74243f379d00c7c /numpy/lib/function_base.py | |
parent | e3eb3986dd87e700a694d6b4151c96ef92dfabe0 (diff) | |
download | numpy-35a6936f40e7e8fb4e7bbf809fa493e1f37ec85c.tar.gz |
Update function_base.py
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r-- | numpy/lib/function_base.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 9690c305f..1fcb6137c 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -3722,7 +3722,8 @@ def quantile(a, q, axis=None, out=None, overwrite_input=False, interpolation='linear', keepdims=False): """ Compute the q-th quantile of the data along the specified axis. - ..versionadded:: 1.15.0 + + .. versionadded:: 1.15.0 Parameters ---------- |