Skip to content

Commit

Permalink
Update python/cudf/cudf/_lib/merge.pyx
Browse files Browse the repository at this point in the history
Co-authored-by: Ashwin Srinath <[email protected]>
  • Loading branch information
isVoid and shwina authored Apr 21, 2022
1 parent 6913220 commit 277a2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/_lib/merge.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ from cudf._lib.utils cimport columns_from_unique_ptr, table_view_from_columns


def merge_sorted(
list list_of_columns,
list input_columns,
list key_columns_indices,
bool ascending=True,
str na_position="last",
Expand Down

0 comments on commit 277a2c2

Please sign in to comment.