Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Weston Pace <[email protected]>
  • Loading branch information
icexelloss and westonpace authored Jul 24, 2023
1 parent 6473fed commit 1169dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/_compute.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2802,7 +2802,7 @@ def register_vector_function(func, function_name, function_doc, in_types, out_ty
This API is EXPERIMENTAL.
A vector function is a function that executes vector
operations on arrays. Unlike scalar function, vector
operations on arrays. Unlike scalar functions, a vector
function often has a grouping semantics and the output
for a row depends on other rows. A typical example
of vector function is "rank".
Expand Down

0 comments on commit 1169dd2

Please sign in to comment.