Commits


Joris Van den Bossche authored and GitHub committed 1e769b0abfa
MINOR: [Docs][Python] Correct type for requested_schema in docstring of __arrow_c_stream__ (#38848) The implementation is correct, but I just noticed that the docstring wasn't fully correct (indicating you could pass a pyarrow Schema, but this actually need to be a PyCapsule). In the docstring of `__arrow_c_array__` it is documented correctly. Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>