Skip to content

Commit 89d4d3e

Browse files
committed
Slightly modify comment.
1 parent b64bd4e commit 89d4d3e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

python/pyspark/sql/dataframe.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,8 +1182,7 @@ def approxQuantile(self, cols, probabilities, relativeError):
11821182
by Greenwald and Khanna.
11831183
11841184
:param cols: str, list.
1185-
The name(s) of the numerical column(s). Can be a string of the name
1186-
of a single column or the list of the names of multiple columns.
1185+
Can be a single column name, or a list of names for multiple columns.
11871186
:param probabilities: a list of quantile probabilities
11881187
Each number must belong to [0, 1].
11891188
For example 0 is the minimum, 0.5 is the median, 1 is the maximum.

0 commit comments

Comments
 (0)