Skip to content

Commit 43321fa

Browse files
DOC: Fix SS06 formatting errors in merge_asof docstrings (#32351)
1 parent 89f3f4e commit 43321fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/reshape/merge.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,10 @@ def merge_asof(
320320
direction: str = "backward",
321321
) -> "DataFrame":
322322
"""
323-
Perform an asof merge. This is similar to a left-join except that we
324-
match on nearest key rather than equal keys.
323+
Perform an asof merge.
325324
326-
Both DataFrames must be sorted by the key.
325+
This is similar to a left-join except that we match on nearest
326+
key rather than equal keys. Both DataFrames must be sorted by the key.
327327
328328
For each row in the left DataFrame:
329329

0 commit comments

Comments
 (0)