Skip to content

Commit 7536f70

Browse files
thadguidrypmhatre1
authored andcommitted
DOC: Fix typo in merging.rst (pandas-dev#57242)
Fix typo in merging.rst
1 parent 960fa20 commit 7536f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/merging.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ a :class:`MultiIndex`) associate specific keys with each original :class:`DataFr
249249
p.plot(frames, result, labels=["df1", "df2", "df3"], vertical=True)
250250
plt.close("all");
251251
252-
The ``keys`` argument cane override the column names
252+
The ``keys`` argument can override the column names
253253
when creating a new :class:`DataFrame` based on existing :class:`Series`.
254254

255255
.. ipython:: python

0 commit comments

Comments
 (0)