forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINOR][PYTHON][DOCS] Fix some typos in docstrings and messages
### What changes were proposed in this pull request? This PR fixes some types in PySpark docstrings / error messages: - `DefautParamsWritable` -> `DefaultParamsWritable` - `paramter` -> `parameter` ### Why are the changes needed? Typos. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Not tested. Closes apache#34952 from zero323/TYPOS-PYTHON. Authored-by: zero323 <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
- Loading branch information
1 parent
547eda2
commit 13fd9ee
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters