Skip to content

Commit

Permalink
add blank lines to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwendt committed Sep 26, 2024
1 parent 3caea9d commit 3fdcfd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/pylibcudf/pylibcudf/strings/findall.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ cpdef Column find_re(Column input, RegexProgram pattern):
the elements in source_strings.
For details, see For details, see :cpp:func:`cudf::strings::find_re`.
Parameters
----------
input : Column
Strings instance for this operation
pattern : RegexProgram
Regex pattern
Returns
-------
Column
Expand Down

0 comments on commit 3fdcfd2

Please sign in to comment.