diff --git a/doc/source/user_guide/merging.rst b/doc/source/user_guide/merging.rst index fb707674b4dbf..60a66f5e6f2a8 100644 --- a/doc/source/user_guide/merging.rst +++ b/doc/source/user_guide/merging.rst @@ -906,7 +906,7 @@ resetting indexes. Joining multiple :class:`DataFrame` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -A list or tuple of ``:class:`DataFrame``` can also be passed to :meth:`~DataFrame.join` +A list or tuple of :class:`DataFrame` can also be passed to :meth:`~DataFrame.join` to join them together on their indexes. .. ipython:: python