Skip to content

Commit b76b189

Browse files
committed
Update suffixes pamaeter doc in merge method
1 parent 3a8bf8d commit b76b189

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
@@ -226,7 +226,7 @@
226226
sort : bool, default False
227227
Sort the join keys lexicographically in the result DataFrame. If False,
228228
the order of the join keys depends on the join type (how keyword).
229-
suffixes : tuple of (str, str), default ('_x', '_y')
229+
suffixes : list/tuple of (str, str), default ('_x', '_y')
230230
Suffix to apply to overlapping column names in the left and right
231231
side, respectively. To raise an exception on overlapping columns use
232232
(False, False).

0 commit comments

Comments
 (0)