Skip to content

Commit

Permalink
Fix call-site
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid committed Apr 22, 2022
1 parent 62e8eed commit d8a61fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/reshape.py
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ def merge_sorted(

return objs[0]._from_columns_like_self(
cudf._lib.merge.merge_sorted(
list_of_columns=columns,
input_columns=columns,
key_columns_indices=key_columns_indices,
ascending=ascending,
na_position=na_position,
Expand Down

0 comments on commit d8a61fc

Please sign in to comment.