apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.63k stars 3.56k forks source link

MINOR: [Docs][Python] Fix a few minor typos #44756

Closed IndexSeek closed 4 days ago

IndexSeek commented 4 days ago

Rationale for this change

I noticed a few typos in the documentation and a single typo in the pyproject file. This change corrects these typos.

What changes are included in this PR?

The following spelling corrections have been applied:

fo -> to scenerios -> scenarios wich -> which suiteable -> suitable avaiable -> available (this is in the pyproject.toml file regarding a NumPy comment for older Python versions)

Are these changes tested?

No executable code is modified with these changes.

Are there any user-facing changes?

Only the documentation is being updated.

conbench-apache-arrow[bot] commented 4 days ago

After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 64a3768c9d1a8a8c9e0d7b8a9507d4395983104c.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.