Skip to content

Commit

Permalink
Try fixing numpydoc lint
Browse files Browse the repository at this point in the history
  • Loading branch information
icexelloss committed Jun 6, 2023
1 parent 84c1e91 commit 6044f20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/pyarrow/_compute.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2754,7 +2754,8 @@ def register_scalar_function(func, function_name, function_doc, in_types, out_ty

def register_aggregate_function(func, function_name, function_doc, in_types, out_type,
func_registry=None):
"""Register a user-defined non-decomposable aggregate function.
"""
Register a user-defined non-decomposable aggregate function.
This API is EXPERIMENTAL.
Expand Down Expand Up @@ -2831,7 +2832,8 @@ def register_aggregate_function(func, function_name, function_doc, in_types, out

def register_tabular_function(func, function_name, function_doc, in_types, out_type,
func_registry=None):
"""Register a user-defined tabular function.
"""
Register a user-defined tabular function.
This API is EXPERIMENTAL.
Expand Down

0 comments on commit 6044f20

Please sign in to comment.