Skip to content

Commit 002848b

Browse files
Change single quotes to code quotes
Co-authored-by: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
1 parent d4831b6 commit 002848b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/reshape/merge.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,8 +703,8 @@ def merge_asof(
703703
on : label
704704
Field name to join on. Must be found in both DataFrames.
705705
The data MUST be in ascending order. Furthermore this must be
706-
a numeric column, such as datetimelike, integer, or float. 'on'
707-
or 'left_on' / 'right_on' must be given.
706+
a numeric column, such as datetimelike, integer, or float. ``on``
707+
or ``left_on`` / ``right_on`` must be given.
708708
left_on : label
709709
Field name to join on in left DataFrame. If specified, sort the left
710710
DataFrame by this column in ascending order before merging.

0 commit comments

Comments
 (0)