Skip to content

Commit becf4ac

Browse files
committed
corrected line wrapping
1 parent d1a60ce commit becf4ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/pyspark/sql/cogroup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ def apply(self, udf):
4848
a Tuple can be provided, in which case the cogroup key will be passed in as the Tuple
4949
parameter.
5050
51-
For each side of the cogroup, all columns are passed together
52-
as a `pandas.DataFrame` to the user-function and the returned `pandas.DataFrame`
53-
are combined as a :class:`DataFrame`.
51+
For each side of the cogroup, all columns are passed together as a `pandas.DataFrame`
52+
to the user-function and the returned `pandas.DataFrame` are combined as a
53+
:class:`DataFrame`.
5454
5555
The returned `pandas.DataFrame` can be of arbitrary length and its schema must match the
5656
returnType of the pandas udf.

0 commit comments

Comments
 (0)