-
- Downloads
[MINOR][PYSPARK][DOC] Fix wrongly formatted examples in PySpark documentation
## What changes were proposed in this pull request? This PR fixes wrongly formatted examples in PySpark documentation as below: - **`SparkSession`** - **Before**  - **After**  - **`Builder`** - **Before**  - **After**  This PR also fixes several similar instances across the documentation in `sql` PySpark module. ## How was this patch tested? N/A Author: hyukjinkwon <gurwls223@gmail.com> Closes #14063 from HyukjinKwon/minor-pyspark-builder.
Showing
- python/pyspark/mllib/clustering.py 7 additions, 7 deletionspython/pyspark/mllib/clustering.py
- python/pyspark/sql/dataframe.py 4 additions, 4 deletionspython/pyspark/sql/dataframe.py
- python/pyspark/sql/functions.py 4 additions, 4 deletionspython/pyspark/sql/functions.py
- python/pyspark/sql/group.py 2 additions, 0 deletionspython/pyspark/sql/group.py
- python/pyspark/sql/session.py 7 additions, 6 deletionspython/pyspark/sql/session.py
- python/pyspark/sql/types.py 2 additions, 2 deletionspython/pyspark/sql/types.py
Loading
Please register or sign in to comment