amoeba opened a new pull request, #44134: URL: https://github.com/apache/arrow/pull/44134
### Rationale for this change Currently the docstring for Array.slice says it returns a RecordBatch. I don't see how this is possible with the existing code. My guess is that this was a copy-and-paste error back when the Array and RecordBatch slice impls were added in https://issues.apache.org/jira/browse/ARROW-547. ### What changes are included in this PR? Just a docstring change. I copied the language from the take method so things are consistent. ### Are these changes tested? No. ### Are there any user-facing changes? Just docs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
