Skip to content

Commit 5e0f541

Browse files
committed
trying again with different format
1 parent 59785d7 commit 5e0f541

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,18 +1031,12 @@ cdef class _Timedelta(timedelta):
10311031
# int64_t _d, _h, _m, _s, _ms, _us, _ns
10321032
# NPY_DATETIMEUNIT _reso
10331033

1034-
Attributes
1035-
----------
1036-
min : Timedelta
1037-
The minimum representable `Timedelta`, corresponding to the smallest
1038-
duration supported.
1039-
1040-
max : Timedelta
1041-
The maximum representable `Timedelta`, corresponding to the largest
1042-
duration supported.
1043-
1044-
resolution : Timedelta
1045-
The smallest possible difference between non-equal `Timedelta` objects.
1034+
"""
1035+
Attributes:
1036+
min (Timedelta): Minimum allowable value for Timedelta.
1037+
max (Timedelta): Maximum allowable value for Timedelta.
1038+
resolution (Timedelta): Resolution of the Timedelta.
1039+
"""
10461040

10471041
# higher than np.ndarray and np.matrix
10481042
__array_priority__ = 100

0 commit comments

Comments
 (0)