[SPARK-35810][PYTHON][FOLLWUP] Deprecate ps.broadcast API

### What changes were proposed in this pull request?

This PR follows up #33379 to fix build error in Sphinx

### Why are the changes needed?

The Sphinx build is failed with missing newline in docstring

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

Manually test the Sphinx build

Closes #33479 from itholic/SPARK-35810-followup.

Authored-by: itholic <haejoon.lee@databricks.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
This commit is contained in:
itholic 2021-07-22 17:10:03 +09:00 committed by Hyukjin Kwon
parent 6578f0b135
commit d1a037a27c

View file

@ -2825,6 +2825,7 @@ def broadcast(obj: DataFrame) -> DataFrame:
.. deprecated:: 3.2.0
Use :func:`DataFrame.spark.hint` instead.
Parameters
----------
obj : DataFrame