Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Oct 17, 2024
1 parent eb89e65 commit c1194d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ strings

capitalize
char_types
contains
combine
contains
extract
find
find_multiple
Expand Down
4 changes: 2 additions & 2 deletions python/pylibcudf/pylibcudf/strings/combine.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ cpdef Column concatenate(
separator_on_nulls separate_nulls=separator_on_nulls.YES,
):
"""
Concatenate all strings in the column into one new string delimited
by an optional separator string.
Concatenate all columns in the table horizontally into one new string
delimited by an optional separator string.
Parameters
----------
Expand Down

0 comments on commit c1194d4

Please sign in to comment.