Skip to content

Commit fe494c9

Browse files
authored
DOC: Correct a typo in merging.rst (#60970)
1 parent e2e3791 commit fe494c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/merging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ resetting indexes.
906906
Joining multiple :class:`DataFrame`
907907
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
908908

909-
A list or tuple of ``:class:`DataFrame``` can also be passed to :meth:`~DataFrame.join`
909+
A list or tuple of :class:`DataFrame` can also be passed to :meth:`~DataFrame.join`
910910
to join them together on their indexes.
911911

912912
.. ipython:: python

0 commit comments

Comments
 (0)