Skip to content

Commit 7c8a40a

Browse files
authored
DOC: fix subject-verb agreement in merging.rst (#63308)
1 parent 7165d63 commit 7c8a40a

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
@@ -977,7 +977,7 @@ with optional filling of missing data with ``fill_method``.
977977

978978
:func:`merge_asof` is similar to an ordered left-join except that matches are on the
979979
nearest key rather than equal keys. For each row in the ``left`` :class:`DataFrame`,
980-
the last row in the ``right`` :class:`DataFrame` are selected where the ``on`` key is less
980+
the last row in the ``right`` :class:`DataFrame` is selected where the ``on`` key is less
981981
than the left's key. Both :class:`DataFrame` must be sorted by the key.
982982

983983
Optionally :func:`merge_asof` can perform a group-wise merge by matching the

0 commit comments

Comments
 (0)