jorisvandenbossche commented on code in PR #39059:
URL: https://github.com/apache/arrow/pull/39059#discussion_r1415372820
##########
python/pyarrow/types.pxi:
##########
@@ -1124,7 +1124,7 @@ cdef class Time32Type(DataType):
@property
def unit(self):
"""
- The time unit ('s', 'ms', 'us' or 'ns').
+ The time unit ('s' or 'ms').
Review Comment:
Can you maybe also mention the supported units in the docstring of the class
just above? (same for Time64)
--
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]