Skip to content

Commit 1220198

Browse files
authored
DOC: Fix typo in merging.rst (pandas-dev#58796)
DOC: Fix typo in merging.rst - fix typo in the User Guide
1 parent 03d86d6 commit 1220198

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
@@ -763,7 +763,7 @@ Joining a single Index to a MultiIndex
763763
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
764764

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

768768
.. ipython:: python
769769

0 commit comments

Comments
 (0)