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] Fix documentation typo in takeSample method
### What changes were proposed in this pull request? Fixed an error in the docstring documentation for the parameter `withReplacement` of `takeSample` method in `pyspark.RDD`, should be of type `bool`, but is `list` instead. https://spark.apache.org/docs/latest/api/python/reference/api/pyspark.RDD.takeSample.html ### Why are the changes needed? They correct a mistake in the documentation. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? \- ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#45419 from kimborowicz/master. Authored-by: Michał Kimborowicz <[email protected]> Signed-off-by: Kent Yao <[email protected]> (cherry picked from commit 7a429aa) Signed-off-by: Kent Yao <[email protected]>
- Loading branch information