From 48b9cf55727017453589d1c1b8a5c3645177f024 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Wed, 19 Feb 2025 18:22:24 -0800 Subject: [PATCH] DOC: Correct a typo in merging.rst --- doc/source/user_guide/merging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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