diff options
author | Gaƫtan de Menten <gdementen@gmail.com> | 2022-09-28 16:21:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-28 16:21:54 +0200 |
commit | ea25a212110c8a6fb6d78bf5b6d7c351d7c8fa66 (patch) | |
tree | 6b1e89f8112f30eef29ae1d7935c122237ab6c74 /numpy/lib/nanfunctions.py | |
parent | 3b8dca3d0588048c425488a5e39ceddf815d9138 (diff) | |
download | numpy-ea25a212110c8a6fb6d78bf5b6d7c351d7c8fa66.tar.gz |
DOC: fixed two more typos in docstrings
nanpercentile and nanquantile had the same typo I just fixed in percentile
Diffstat (limited to 'numpy/lib/nanfunctions.py')
-rw-r--r-- | numpy/lib/nanfunctions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/lib/nanfunctions.py b/numpy/lib/nanfunctions.py index cf76e7909..3814c0727 100644 --- a/numpy/lib/nanfunctions.py +++ b/numpy/lib/nanfunctions.py @@ -1285,7 +1285,7 @@ def nanpercentile( 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' @@ -1445,7 +1445,7 @@ def nanquantile( 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' |