itholic commented on a change in pull request #35071:
URL: https://github.com/apache/spark/pull/35071#discussion_r777776710



##########
File path: python/pyspark/sql/functions.py
##########
@@ -4697,6 +4714,13 @@ def array_repeat(col: "ColumnOrName", count: 
Union["ColumnOrName", int]) -> Colu
 
     .. versionadded:: 2.4.0
 
+    Parameters
+    ----------
+    col : :class:`~pyspark.sql.Column` or str
+        column name or column that contains the element to be repeated

Review comment:
       nit: `column name or column containing the element to be repeated` to 
get consistency with other descriptions ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to