Skip to content

Commit

Permalink
Update docstring in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid committed Apr 21, 2022
1 parent d3f5678 commit 62e8eed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/cudf/cudf/_lib/merge.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ def merge_sorted(
bool ascending=True,
str na_position="last",
):
"""Merge multiple lists of lexicographically sorted columns into one list.
`input_columns` is a list of lists of columns to be merged.
"""Merge multiple lists of lexicographically sorted columns into one list
of sorted columns. `input_columns` is a list of lists of columns to be
merged.
"""
cdef vector[libcudf_types.size_type] c_column_keys = key_columns_indices
cdef vector[table_view] c_input_tables
Expand Down

0 comments on commit 62e8eed

Please sign in to comment.