Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: [Docs][Python] Fixed a typo in dataset join docs (#41802)
### Rationale for this change Found a typo in a code example of Python docs. ### What changes are included in this PR? `ds1.join(ds2, key="id")` should be `ds1.join(ds2, keys="id")` ### Are these changes tested? No, just docs. ### Are there any user-facing changes? Yes, but just docs. Authored-by: Wenbo Li <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information