dongjoon-hyun commented on code in PR #37964:
URL: https://github.com/apache/spark/pull/37964#discussion_r977211125


##########
python/pyspark/sql/pandas/group_ops.py:
##########
@@ -257,10 +257,10 @@ def applyInPandasWithState(
         user-defined state. The value of the state will be presented as a 
tuple, as well as the
         update should be performed with the tuple. The corresponding Python 
types for
         :class:DataType are supported. Please refer to the page
-        https://spark.apache.org/docs/latest/sql-ref-datatypes.html (python 
tab).
+        https://spark.apache.org/docs/latest/sql-ref-datatypes.html (Python 
tab).
 
-        The size of each DataFrame in both the input and output can be 
arbitrary. The number of
-        DataFrames in both the input and output can also be arbitrary.
+        The size of each `pandas.DataFrame` in both the input and output can 
be arbitrary. The
+        number `pandas.DataFrame` in both the input and output can also be 
arbitrary.

Review Comment:
   `number` -> `number of`?



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to