summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2021-11-15 16:13:50 -0600
committerSebastian Berg <sebastian@sipsolutions.net>2021-11-15 17:32:35 -0600
commit546c47adae1066411ff7a3e3da5d758236ee90cf (patch)
treed9eadd368749f4b804d8c5191df2035b2e2f0eec /numpy/lib/function_base.py
parentbe1571669a4544af83dd2402b50f52260c19d52b (diff)
downloadnumpy-546c47adae1066411ff7a3e3da5d758236ee90cf.tar.gz
DOC: Fixups for interpolation rename comments from review
Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r--numpy/lib/function_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py
index 6d84627cd..a215f63d3 100644
--- a/numpy/lib/function_base.py
+++ b/numpy/lib/function_base.py
@@ -61,7 +61,7 @@ __all__ = [
# is made of a integer part (a.k.a 'i' or 'left') and a fractional part
# (a.k.a 'g' or 'gamma')
#
-# Each _QuantileMethods has two properties
+# Each method in _QuantileMethods has two properties
# get_virtual_index : Callable
# The function used to compute the virtual_index.
# fix_gamma : Callable