diff --git a/python/pyarrow/types.py b/python/pyarrow/types.py index b72427e54d0..859bcd21abf 100644 --- a/python/pyarrow/types.py +++ b/python/pyarrow/types.py @@ -265,7 +265,7 @@ def is_run_end_encoded(t): return t.id == lib.Type_RUN_END_ENCODED -@doc(is_null, datatype="date, time, timestamp or duration") +@doc(is_null, datatype="date, time, timestamp, duration or interval") def is_temporal(t): return t.id in _TEMPORAL_TYPES