Skip to content

Commit 66ec017

Browse files
update: docstring to show correct argument
1 parent 2fc7e14 commit 66ec017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11293,7 +11293,7 @@ def corr(
1129311293
.. versionchanged:: 2.0.0
1129411294
The default value of ``numeric_only`` is now ``False``.
1129511295
11296-
parallel : bool, default False
11296+
use_parallel : bool, default False
1129711297
Use parallel computation for Pearson correlation.
1129811298
Only effective for large matrices where parallelization overhead
1129911299
is justified by compute time savings.

0 commit comments

Comments
 (0)