Skip to content

Commit 16027f9

Browse files
author
y-p
committed
Merge pull request #3262 from chappers/docstring
DOC: update scipy.py #2916
2 parents be556dc + bd1ba21 commit 16027f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/compat/scipy.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ def scoreatpercentile(a, per, limit=(), interpolation_method='fraction'):
3030
limit : tuple, optional
3131
Tuple of two scalars, the lower and upper limits within which to
3232
compute the percentile.
33-
interpolation : {'fraction', 'lower', 'higher'}, optional
33+
interpolation_method : {'fraction', 'lower', 'higher'}, optional
3434
This optional parameter specifies the interpolation method to use,
3535
when the desired quantile lies between two data points `i` and `j`:
3636
3737
- fraction: `i + (j - i)*fraction`, where `fraction` is the
3838
fractional part of the index surrounded by `i` and `j`.
39-
-lower: `i`.
39+
- lower: `i`.
4040
- higher: `j`.
4141
4242
Returns

0 commit comments

Comments
 (0)