From e61ed40aad4974a1ee15d7bca47bed614cc9c83f Mon Sep 17 00:00:00 2001 From: Dinesh Dawonauth Date: Tue, 9 Dec 2025 06:59:42 -0500 Subject: [PATCH] DOC: fix subject-verb agreement 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 af377dd7a32f2..0f916eaa1e0a8 100644 --- a/doc/source/user_guide/merging.rst +++ b/doc/source/user_guide/merging.rst @@ -977,7 +977,7 @@ with optional filling of missing data with ``fill_method``. :func:`merge_asof` is similar to an ordered left-join except that matches are on the nearest key rather than equal keys. For each row in the ``left`` :class:`DataFrame`, -the last row in the ``right`` :class:`DataFrame` are selected where the ``on`` key is less +the last row in the ``right`` :class:`DataFrame` is selected where the ``on`` key is less than the left's key. Both :class:`DataFrame` must be sorted by the key. Optionally :func:`merge_asof` can perform a group-wise merge by matching the