Skip to content

Commit

Permalink
DOC: Fix typo in merging.rst (#57242)
Browse files Browse the repository at this point in the history
Fix typo in merging.rst
  • Loading branch information
thadguidry authored Feb 4, 2024
1 parent ce50a85 commit 1bb4839
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 @@ -249,7 +249,7 @@ a :class:`MultiIndex`) associate specific keys with each original :class:`DataFr
p.plot(frames, result, labels=["df1", "df2", "df3"], vertical=True)
plt.close("all");
The ``keys`` argument cane override the column names
The ``keys`` argument can override the column names
when creating a new :class:`DataFrame` based on existing :class:`Series`.

.. ipython:: python
Expand Down

0 comments on commit 1bb4839

Please sign in to comment.