Commit 5b53bdf
[SPARK-39032][PYTHON][DOCS] Examples' tag for pyspark.sql.functions.when()
### What changes were proposed in this pull request?
Fix missing keyword for `pyspark.sql.functions.when()` documentation.
### Why are the changes needed?
[Documentation](https://spark.apache.org/docs/latest/api/python/reference/api/pyspark.sql.functions.when.html) is not formatted correctly
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
All tests passed.
Closes #36369 from vadim/SPARK-39032.
Authored-by: vadim <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>1 parent 6af121b commit 5b53bdf
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1716 | 1716 | | |
1717 | 1717 | | |
1718 | 1718 | | |
| 1719 | + | |
| 1720 | + | |
1719 | 1721 | | |
1720 | 1722 | | |
1721 | 1723 | | |
| |||
0 commit comments