amoeba commented on code in PR #15214: URL: https://github.com/apache/arrow/pull/15214#discussion_r1063805052
########## python/pyarrow/_dataset.pyx: ########## @@ -532,12 +532,12 @@ cdef class InMemoryDataset(Dataset): Parameters ---------- - source : The data for this dataset. + source : The data for this dataset Review Comment: Good eye. Numpydoc catches the first issue (the period) but doesn't catch the ultimate issue which is a poorly-formed docstring. I was focusing too narrowly while fixing these. I don't think we have an automated way of catching this type of issue (a non-type sitting in the position a type would normally go). -- 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