summaryrefslogtreecommitdiff
path: root/numpy/lib/nanfunctions.py
diff options
context:
space:
mode:
authorGaƫtan de Menten <gdementen@gmail.com>2022-09-28 16:21:54 +0200
committerGitHub <noreply@github.com>2022-09-28 16:21:54 +0200
commitea25a212110c8a6fb6d78bf5b6d7c351d7c8fa66 (patch)
tree6b1e89f8112f30eef29ae1d7935c122237ab6c74 /numpy/lib/nanfunctions.py
parent3b8dca3d0588048c425488a5e39ceddf815d9138 (diff)
downloadnumpy-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.py4
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'