Skip to content

Commit

Permalink
fix docstring again
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwendt committed Oct 1, 2024
1 parent 01dc722 commit e759005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pylibcudf/pylibcudf/strings/findall.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cpdef Column find_re(Column input, RegexProgram pattern):
Returns character positions where the pattern first matches
the elements in input strings.
For details, see :cpp_func:`cudf::strings::find_re`
For details, see :cpp:func:`cudf::strings::find_re`
Parameters
----------
Expand Down

0 comments on commit e759005

Please sign in to comment.