Skip to content

Commit

Permalink
Merge pull request numpy#22343 from gdementen/patch-2
Browse files Browse the repository at this point in the history
DOC: fixed two more typos in docstrings
  • Loading branch information
charris authored Sep 28, 2022
2 parents 1dc4204 + ea25a21 commit 6f25c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numpy/lib/nanfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 6f25c62

Please sign in to comment.