Skip to content

Commit c26c504

Browse files
committed
that didn't work
1 parent 5c6878f commit c26c504

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2423,32 +2423,6 @@ class Timedelta(_Timedelta):
24232423
div = other // self
24242424
return div, other - div * self
24252425

2426-
Timedelta.min.__doc__ = """
2427-
The minimum representable Timedelta.
2428-
2429-
Returns
2430-
-------
2431-
Timedelta
2432-
The minimum duration supported by Timedelta.
2433-
"""
2434-
2435-
Timedelta.max.__doc__ = """
2436-
The maximum representable Timedelta.
2437-
2438-
Returns
2439-
-------
2440-
Timedelta
2441-
The maximum duration supported by Timedelta.
2442-
"""
2443-
2444-
Timedelta.resolution.__doc__ = """
2445-
The smallest possible difference between non-equal Timedelta objects.
2446-
2447-
Returns
2448-
-------
2449-
Timedelta
2450-
The resolution of Timedelta, i.e., Timedelta(nanoseconds=1).
2451-
"""
24522426

24532427
def truediv_object_array(ndarray left, ndarray right):
24542428
cdef:

0 commit comments

Comments
 (0)