From 31edba45c32167f966035c0170f4c58711b9405d Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 14 Aug 2024 17:58:34 +0200 Subject: [PATCH] fix docstring linting --- python/pyarrow/array.pxi | 2 +- python/pyarrow/table.pxi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyarrow/array.pxi b/python/pyarrow/array.pxi index cbac3907fe96f..850378d240342 100644 --- a/python/pyarrow/array.pxi +++ b/python/pyarrow/array.pxi @@ -1717,7 +1717,7 @@ cdef class Array(_PandasConvertible): The destination device to copy the array to. Returns - ------ + ------- Array """ cdef: diff --git a/python/pyarrow/table.pxi b/python/pyarrow/table.pxi index 9f895414d998c..6d34c71c9df40 100644 --- a/python/pyarrow/table.pxi +++ b/python/pyarrow/table.pxi @@ -3583,7 +3583,7 @@ cdef class RecordBatch(_Tabular): The destination device to copy the array to. Returns - ------ + ------- RecordBatch """ cdef: