Skip to content

Commit de7f5c8

Browse files
committed
Fix suffix type in documentation also
1 parent 5e49b4c commit de7f5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/merging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ columns:
12731273
12741274
.. ipython:: python
12751275
1276-
result = pd.merge(left, right, on='k', suffixes=['_l', '_r'])
1276+
result = pd.merge(left, right, on='k', suffixes=('_l', '_r'))
12771277
12781278
.. ipython:: python
12791279
:suppress:

0 commit comments

Comments
 (0)