Skip to content

Commit

Permalink
docstr
Browse files Browse the repository at this point in the history
  • Loading branch information
xinrong-meng committed Sep 18, 2024
1 parent 8f1f0ba commit 4699b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/sql/plot/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def line(self, x: str, y: Union[str, list[str]], **kwargs: Any) -> "Figure":
Name of column to use for the horizontal axis.
y : str or list of str
Name(s) of the column(s) to use for the vertical axis. Multiple columns can be plotted.
**kwds : optional
**kwargs : optional
Additional keyword arguments.
Returns
Expand Down

0 comments on commit 4699b06

Please sign in to comment.