Skip to content

Commit 4c322b0

Browse files
committed
LINT fixup
1 parent fc2ee99 commit 4c322b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/core/window.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,8 +1400,8 @@ def _get_cov(X, Y):
14001400
pairwise : bool, default None
14011401
Calculate pairwise combinations of columns within a
14021402
DataFrame. If `other` is not specified, defaults to `True`,
1403-
otherwise defaults to `False`. Not relevant for :class:`~pandas.Series`.
1404-
See notes.
1403+
otherwise defaults to `False`.
1404+
Not relevant for :class:`~pandas.Series`.
14051405
**kwargs
14061406
Under Review.
14071407
@@ -1425,8 +1425,8 @@ def _get_cov(X, Y):
14251425
This function uses Pearson's definition of correlation
14261426
(https://en.wikipedia.org/wiki/Pearson_correlation_coefficient).
14271427
1428-
When `other` is not specified, the output will be self correlation (e.g.
1429-
all 1's), except for :class:`~pandas.DataFrame` inputs with `pairwise`
1428+
When `other` is not specified, the output will be self correlation (e.g.
1429+
all 1's), except for :class:`~pandas.DataFrame` inputs with `pairwise`
14301430
set to `True`.
14311431
14321432
Function will return `NaN`s for correlations of equal valued sequences;

0 commit comments

Comments
 (0)