We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d86d6 commit 1220198Copy full SHA for 1220198
doc/source/user_guide/merging.rst
@@ -763,7 +763,7 @@ Joining a single Index to a MultiIndex
763
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
764
765
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`.
+The ``name`` of the :class:`Index` will match the level name of the :class:`MultiIndex`.
767
768
.. ipython:: python
769
0 commit comments