From 5bd71fb76c68f41debe3a15fbf316ce6ef7fd795 Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Tue, 9 Nov 2021 09:48:59 -0600 Subject: DOC: Add ticks to quantile interpolation/method error Co-authored-by: abel --- numpy/lib/function_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/function_base.py') diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 7d0f7bb6a..558dfbe34 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -4418,7 +4418,7 @@ def _check_interpolation_as_method(method, interpolation, fname): # sanity check, we assume this basically never happens raise TypeError( "You shall not pass both `method` and `interpolation`!\n" - "(`interpolation` is Deprecated in favor of method)") + "(`interpolation` is Deprecated in favor of `method`)") return interpolation -- cgit v1.2.1