8000 DOC: Add ticks to quantile interpolation/method error · lithomas1/numpy@5bd71fb · GitHub
[go: up one dir, main page]

Skip to content

Commit 5bd71fb

Browse files
sebergbzah
andcommitted
DOC: Add ticks to quantile interpolation/method error
Co-authored-by: abel <aoun@cerfacs.fr>
1 parent 0d5fb81 commit 5bd71fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/lib/function_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4418,7 +4418,7 @@ def _check_interpolation_as_method(method, interpolation, fname):
44184418
# sanity check, we assume this basically never happens
44194419
raise TypeError(
44204420
"You shall not pass both `method` and `interpolation`!\n"
4421-
"(`interpolation` is Deprecated in favor of method)")
4421+
"(`interpolation` is Deprecated in favor of `method`)")
44224422
return interpolation
44234423

44244424

0 commit comments

Comments
 (0)
0