Skip to content

Commit bd7fdc3

Browse files
author
y-p
committed
DOC: fix corr() docstring
thanks @rgieseke #2399
1 parent 3fbb7bd commit bd7fdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,7 @@ def pretty_name(x):
16771677
def corr(self, other, method='pearson',
16781678
min_periods=None):
16791679
"""
1680-
Compute correlation two Series, excluding missing values
1680+
Compute correlation with `other` Series, excluding missing values
16811681
16821682
Parameters
16831683
----------

0 commit comments

Comments
 (0)