We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454b0af commit 8593554Copy full SHA for 8593554
doc/source/user_guide/merging.rst
@@ -974,7 +974,7 @@ with optional filling of missing data with ``fill_method``.
974
:func:`merge_asof`
975
---------------------
976
977
-:func:`merge_asof` is similar to an ordered left-join except that mactches are on the
+:func:`merge_asof` is similar to an ordered left-join except that matches are on the
978
nearest key rather than equal keys. For each row in the ``left`` :class:`DataFrame`,
979
the last row in the ``right`` :class:`DataFrame` are selected where the ``on`` key is less
980
than the left's key. Both :class:`DataFrame` must be sorted by the key.
0 commit comments