Skip to content

Commit 904346f

Browse files
committed
remove additional whitespaces
1 parent c9663dc commit 904346f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/reshape/merge.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ def merge_asof(
717717
right_index : bool
718718
Use the index of the right DataFrame as the join key.
719719
by : column name or list of column names
720-
Match on these columns before performing merge operation. It is not required
720+
Match on these columns before performing merge operation. It is not required
721721
to sort by these columns.
722722
left_by : column name
723723
Field names to match on in the left DataFrame.
@@ -745,7 +745,6 @@ def merge_asof(
745745
A DataFrame of the two merged objects, containing all rows from the
746746
left DataFrame and the nearest matches from the right DataFrame.
747747
748-
749748
See Also
750749
--------
751750
merge : Merge with a database-style join.

0 commit comments

Comments
 (0)