Skip to content

Commit 5a0bb6e

Browse files
fix: docstring error
1 parent 269f7ae commit 5a0bb6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/groupby/generic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3113,6 +3113,7 @@ def corr(
31133113
method: str | Callable[[np.ndarray, np.ndarray], float] = "pearson",
31143114
min_periods: int = 1,
31153115
numeric_only: bool = False,
3116+
use_parallel: bool = False,
31163117
) -> DataFrame:
31173118
result = self._op_via_apply(
31183119
"corr", method=method, min_periods=min_periods, numeric_only=numeric_only

0 commit comments

Comments
 (0)