Skip to content

Commit 8593554

Browse files
authored
corrects-spelling-mistake-in-merging.rst (#58874)
Changed 'mactches' to 'matches'
1 parent 454b0af commit 8593554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/merging.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ with optional filling of missing data with ``fill_method``.
974974
:func:`merge_asof`
975975
---------------------
976976

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

0 commit comments

Comments
 (0)