AlenkaF commented on code in PR #13564:
URL: https://github.com/apache/arrow/pull/13564#discussion_r924339637


##########
python/pyarrow/_fs.pyx:
##########
@@ -166,19 +208,36 @@ cdef class FileInfo(_Weakrefable):
         Returns
         -------
         type : FileType
+
+        Examples
+        --------
+        >>> file_info = local.get_file_info(path)
+        >>> file_info.type
+        <FileType.File: 2>

Review Comment:
   I can remove them without problem ... they are mostly duplicated in the 
class docstring anyways. That holds for most of the comments ⬇️ 🤣 



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

Reply via email to