Skip to content

Commit 9c24f7e

Browse files
authored
Update series.py
1 parent bc754a7 commit 9c24f7e

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
@@ -3244,7 +3244,7 @@ def compare(
32443244
align_axis=align_axis,
32453245
keep_shape=keep_shape,
32463246
keep_equal=keep_equal,
3247-
result_names=suffixes,
3247+
result_names=result_names,
32483248
)
32493249

32503250
def combine(self, other, func, fill_value=None) -> Series:

0 commit comments

Comments
 (0)