Skip to content

Commit 75ee35c

Browse files
committed
address checks
1 parent bd6df1b commit 75ee35c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/series.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3009,9 +3009,9 @@ def compare(
30093009
Determine which axis to align the comparison on.
30103010
30113011
* 0, or 'index' : Resulting differences are stacked vertically
3012-
with rows drawn alternately from self and other.
3012+
with rows drawn alternately from self and other.
30133013
* 1, or 'columns' : Resulting differences are aligned horizontally
3014-
with columns drawn alternately from self and other.
3014+
with columns drawn alternately from self and other.
30153015
30163016
keep_shape : bool, default False
30173017
If true, all rows and columns are kept.

0 commit comments

Comments
 (0)