Skip to content

Commit

Permalink
DOC: Fix typo in merging.rst
Browse files Browse the repository at this point in the history
 DOC: Fix typo in merging.rst in the User Guide
  • Loading branch information
ananiavito committed May 20, 2024
2 parents 3f8f704 + 6c41fb6 commit f94c8c8
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 @@ -763,7 +763,7 @@ Joining a single Index to a MultiIndex
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can join a :class:`DataFrame` with a :class:`Index` to a :class:`DataFrame` with a :class:`MultiIndex` on a level.
The ``name`` of the :class:`Index` with match the level name of the :class:`MultiIndex`.
The ``name`` of the :class:`Index` will match the level name of the :class:`MultiIndex`.

.. ipython:: python
Expand Down

0 comments on commit f94c8c8

Please sign in to comment.