diff options
author | Gaƫtan de Menten <gdementen@gmail.com> | 2022-09-28 16:16:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-28 16:16:20 +0200 |
commit | f2c78678602e6296174a92e2b42f117bb4b5a2b3 (patch) | |
tree | fd270bc8f101454c32da75a2b873b03482a2292d /numpy/lib | |
parent | 3b8dca3d0588048c425488a5e39ceddf815d9138 (diff) | |
download | numpy-f2c78678602e6296174a92e2b42f117bb4b5a2b3.tar.gz |
DOC: fixed minor typo in percentile docstring
Diffstat (limited to 'numpy/lib')
-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 5b570accb..a0c94114a 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -3942,7 +3942,7 @@ def percentile(a, 8. 'median_unbiased' 9. 'normal_unbiased' - The first three methods are discontiuous. NumPy further defines the + The first three methods are discontinuous. NumPy further defines the following discontinuous variations of the default 'linear' (7.) option: * 'lower' |