robsdedude opened a new pull request, #49163:
URL: https://github.com/apache/arrow/pull/49163
<!--
Thanks for opening a pull request!
If this is your first pull request you can find detailed information on how
to contribute here:
* [New Contributor's
Guide](https://arrow.apache.org/docs/dev/developers/guide/step_by_step/pr_lifecycle.html#reviews-and-merge-of-the-pull-request)
* [Contributing
Overview](https://arrow.apache.org/docs/dev/developers/overview.html)
* [AI-generated Code
Guidance](https://arrow.apache.org/docs/dev/developers/overview.html#ai-generated-code)
Please remove this line and the above text before creating your pull request.
-->
### Rationale for this change
Fix the docs. It seems this is a feature and not just happens to work as the
code a little below even has an explicit comment:
https://github.com/apache/arrow/blob/0dfae701ef98aa4a26b9abbaaf3bf01130df3702/python/pyarrow/array.pxi#L1347
### What changes are included in this PR?
Document that `Array.from_buffers` takes a `list[Buffer | None]` instead of
strictly `list[Buffer]`.
### Are these changes tested?
*not applicable*
### Are there any user-facing changes?
Yes, but not in an API sense :)
--
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]