AlenkaF commented on code in PR #13564: URL: https://github.com/apache/arrow/pull/13564#discussion_r917650990
########## python/pyarrow/_fs.pyx: ########## @@ -166,19 +186,39 @@ cdef class FileInfo(_Weakrefable): Returns ------- type : FileType + + Examples + -------- + >>> local = getfixture('local_fs') Review Comment: As all the main docstrings have examples that do not use any fixtures I presume that if someone is looking for example of that class's attribute, they would understand what local means as it is used in the example of the class itself. Maybe? =) -- 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