summaryrefslogtreecommitdiff
path: root/numpy/lib/nanfunctions.py
diff options
context:
space:
mode:
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 4613c1d26..39e168944 100644
--- a/numpy/lib/nanfunctions.py
+++ b/numpy/lib/nanfunctions.py
@@ -1274,7 +1274,7 @@ def nanpercentile(
This parameter specifies the method to use for estimating the
percentile. There are many different methods, some unique to NumPy.
See the notes for explanation. The options aligning with the R types
- and the H&F paper [1]_ are:
+ and the H&F paper are:
* (H&F 1): 'inverted_cdf'
* (H&F 2): 'averaged_inverted_cdf'
@@ -1428,7 +1428,7 @@ def nanquantile(
This parameter specifies the method to use for estimating the
quantile. There are many different methods, some unique to NumPy.
See the notes for explanation. The options aligning with the R types
- and the H&F paper [1]_ are:
+ and the H&F paper are:
* (H&F 1): 'inverted_cdf'
* (H&F 2): 'averaged_inverted_cdf'