pitrou commented on a change in pull request #11245:
URL: https://github.com/apache/arrow/pull/11245#discussion_r719408879



##########
File path: python/pyarrow/types.py
##########
@@ -44,209 +44,359 @@
 def is_null(t):
     """
     Return True if value is an instance of a null type.
+
+    Parameters
+    ----------
+    t : DataType
+        type to check

Review comment:
       Indeed, it would be nice if parameter descriptions were optional.




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