MartinNowak commented on code in PR #46976:
URL: https://github.com/apache/arrow/pull/46976#discussion_r2290435615


##########
python/pyarrow/_csv.pyx:
##########
@@ -1355,6 +1355,10 @@ cdef class WriteOptions(_Weakrefable):
         CSV data
     delimiter : 1-character string, optional (default ",")
         The character delimiting individual cells in the CSV data.
+    eol : str, optional (default "\\n")

Review Comment:
   > The tests are passing 👍
   But the docstrings need an update:
   
   Needed to escape the backslash to render in final doc.



-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to