Skip to content

Commit

Permalink
[SPARK-45044][PYTHON][DOCS] Refine docstring of groupBy/rollup/cube
Browse files Browse the repository at this point in the history
  • Loading branch information
panbingkun committed Sep 8, 2023
1 parent f9819ec commit aa2d2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/sql/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4626,7 +4626,7 @@ def approx_count_distinct(col: "ColumnOrName", rsd: Optional[float] = None) -> C
A new Column object representing the approximate unique count.
See Also
----------
--------
:meth:`pyspark.sql.functions.count_distinct`
Examples
Expand Down

0 comments on commit aa2d2c6

Please sign in to comment.