Skip to content

Commit d5cf76c

Browse files
A typo in user guide doc (#58686)
There was a typo in user_guide doc ,particulary in documentation of merge,join ,concatenate and compare which after fixing is more grmatically correct and making more sense now
1 parent 34177d6 commit d5cf76c

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
@@ -484,7 +484,7 @@ either the left or right tables, the values in the joined table will be
484484
p.plot([left, right], result, labels=["left", "right"], vertical=False);
485485
plt.close("all");
486486
487-
You can :class:`Series` and a :class:`DataFrame` with a :class:`MultiIndex` if the names of
487+
You can merge :class:`Series` and a :class:`DataFrame` with a :class:`MultiIndex` if the names of
488488
the :class:`MultiIndex` correspond to the columns from the :class:`DataFrame`. Transform
489489
the :class:`Series` to a :class:`DataFrame` using :meth:`Series.reset_index` before merging
490490

0 commit comments

Comments
 (0)