Skip to content

Commit a8dce2e

Browse files
committed
docstring fixup
1 parent 56a0120 commit a8dce2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pandas/core/array_algos/quantile.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def quantile_with_mask(
2020
"""
2121
Compute the quantiles of the given values for each quantile in `qs`.
2222
23-
2423
Parameters
2524
----------
2625
values : np.ndarray
@@ -37,6 +36,10 @@ def quantile_with_mask(
3736
axis : int
3837
Axis along which to compute quantiles.
3938
39+
Returns
40+
-------
41+
np.ndarray
42+
4043
Notes
4144
-----
4245
Assumes values is already 2D. For ExtensionArray this means np.atleast_2d

0 commit comments

Comments
 (0)