Skip to content

Commit 84dd277

Browse files
committed
fix sphinx error
1 parent 7e02ea3 commit 84dd277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/sql/cogroup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def apply(self, udf):
8585
the grouping key(s) will be passed as the first argument and the data will be passed as the
8686
second and third arguments. The grouping key(s) will be passed as a tuple of numpy data
8787
types, e.g., `numpy.int32` and `numpy.float64`. The data will still be passed in as two
88-
`pandas.DataFrame`s containing all columns from the original Spark DataFrames.
88+
`pandas.DataFrame` containing all columns from the original Spark DataFrames.
8989
9090
>>> @pandas_udf("time int, id int, v1 double, v2 string",
9191
... PandasUDFType.COGROUPED_MAP) # doctest: +SKIP

0 commit comments

Comments
 (0)