srowen commented on code in PR #37023:
URL: https://github.com/apache/spark/pull/37023#discussion_r910181717


##########
python/pyspark/pandas/namespace.py:
##########
@@ -238,7 +238,8 @@ def read_csv(
     path : str
         The path string storing the CSV file to be read.
     sep : str, default ‘,’
-        Delimiter to use. Must be a single character.
+        Delimiter to use. A character string(len(sep) >= 1) which is used to 
separate

Review Comment:
   OK, fix the spacing at least, or just say "nonempty string"



-- 
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