Skip to content

Commit

Permalink
fix docstring linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Aug 14, 2024
1 parent 58ba96a commit 31edba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/pyarrow/array.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ cdef class Array(_PandasConvertible):
The destination device to copy the array to.
Returns
------
-------
Array
"""
cdef:
Expand Down
2 changes: 1 addition & 1 deletion python/pyarrow/table.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -3583,7 +3583,7 @@ cdef class RecordBatch(_Tabular):
The destination device to copy the array to.
Returns
------
-------
RecordBatch
"""
cdef:
Expand Down

0 comments on commit 31edba4

Please sign in to comment.