diff --git a/python/pyarrow/io.pxi b/python/pyarrow/io.pxi index 7f08e5cd76e6c..5b921317e8052 100644 --- a/python/pyarrow/io.pxi +++ b/python/pyarrow/io.pxi @@ -2228,6 +2228,7 @@ cdef class CacheOptions(_Weakrefable): data load. The value is a positive float less than 1. max_ideal_request_size_mib : int The maximum single data request size (in MiB) to maximize the net data load. + Returns ------- CacheOptions