Skip to content

Commit 22cc686

Browse files
committed
Fix suffix type in documentation also
1 parent 1ef4745 commit 22cc686

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
@@ -1270,7 +1270,7 @@ columns:
12701270
12711271
.. ipython:: python
12721272
1273-
result = pd.merge(left, right, on='k', suffixes=['_l', '_r'])
1273+
result = pd.merge(left, right, on='k', suffixes=('_l', '_r'))
12741274
12751275
.. ipython:: python
12761276
:suppress:

0 commit comments

Comments
 (0)