summaryrefslogtreecommitdiff
path: root/numpy/lib/nanfunctions.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2022-09-28 18:27:20 -0500
committerGitHub <noreply@github.com>2022-09-28 18:27:20 -0500
commit6f25c62742571bc91a2e894a7ff7bba1d1255ae0 (patch)
tree740d5d56d676f0893c3283b071dde71214076540 /numpy/lib/nanfunctions.py
parent1dc42043673584c9cf05dec46c540b1547a2ccbf (diff)
parentea25a212110c8a6fb6d78bf5b6d7c351d7c8fa66 (diff)
downloadnumpy-6f25c62742571bc91a2e894a7ff7bba1d1255ae0.tar.gz
Merge pull request #22343 from gdementen/patch-2
DOC: fixed two more typos in docstrings
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'