Skip to content

Commit 1bb4839

Browse files
authored
DOC: Fix typo in merging.rst (#57242)
Fix typo in merging.rst
1 parent ce50a85 commit 1bb4839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)