Skip to content

Commit 23e0e2f

Browse files
authored
Update frame.py
1 parent 9c24f7e commit 23e0e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7838,7 +7838,7 @@ def compare(
78387838
align_axis=align_axis,
78397839
keep_shape=keep_shape,
78407840
keep_equal=keep_equal,
7841-
result_names=suffixes,
7841+
result_names=result_names,
78427842
)
78437843

78447844
def combine(

0 commit comments

Comments
 (0)