amol- commented on a change in pull request #11245: URL: https://github.com/apache/arrow/pull/11245#discussion_r719400237
########## File path: python/pyarrow/_csv.pyx ########## @@ -59,26 +59,26 @@ cdef class ReadOptions(_Weakrefable): This will determine multi-threading granularity as well as the size of individual record batches or table chunks. Minimum valid value for block size is 1 - skip_rows: int, optional (default 0) + skip_rows : int, optional (default 0) Review comment: Did those by hand, I wanted to check what issues the docstrings had and thus had to look at them anyway. At that point fixing them was a minor deal. If it doesn't already exist I guess that an automation to fix them wouldn't be too hard to build, but given that @kszucs has a PR to prevent broken/missing docstrings from happening again I hope this is the only time we have to do this work. -- 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