Skip to content

Commit bd6df1b

Browse files
committed
fix errors
1 parent 616b9f2 commit bd6df1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/series.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3011,7 +3011,6 @@ def compare(
30113011
* 0, or 'index' : Resulting differences are stacked vertically
30123012
with rows drawn alternately from self and other.
30133013
* 1, or 'columns' : Resulting differences are aligned horizontally
3014-
30153014
with columns drawn alternately from self and other.
30163015
30173016
keep_shape : bool, default False

0 commit comments

Comments
 (0)