Skip to content

Commit

Permalink
Fix suffix type in documentation also
Browse files Browse the repository at this point in the history
  • Loading branch information
PuneethaPai committed Jun 6, 2020
1 parent 5e49b4c commit de7f5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user_guide/merging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ columns:
.. ipython:: python
result = pd.merge(left, right, on='k', suffixes=['_l', '_r'])
result = pd.merge(left, right, on='k', suffixes=('_l', '_r'))
.. ipython:: python
:suppress:
Expand Down

0 comments on commit de7f5c8

Please sign in to comment.