Skip to content

Commit

Permalink
- space
Browse files Browse the repository at this point in the history
  • Loading branch information
xinrong-meng committed Oct 18, 2024
1 parent 220e3d0 commit cab6492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/pyspark/pandas/plot/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ def box(self, **kwds):
Parameters
----------
**kwds : dict, optional
Extra arguments to `precision `: refer to a float that is used by
Extra arguments to `precision`: refer to a float that is used by
pandas-on-Spark to compute approximate statistics for building a
boxplot. The default value is 0.01. Use smaller values to get more
precise statistics. Additional keyword arguments are documented in
Expand Down
2 changes: 1 addition & 1 deletion python/pyspark/sql/plot/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def box(self, column: Union[str, List[str]], **kwargs: Any) -> "Figure":
column: str or list of str
Column name or list of names to be used for creating the boxplot.
**kwargs
Extra arguments to `precision `: refer to a float that is used by
Extra arguments to `precision`: refer to a float that is used by
pyspark to compute approximate statistics for building a boxplot.
The default value is 0.01. Use smaller values to get more precise statistics.
Expand Down

0 comments on commit cab6492

Please sign in to comment.