Skip to content

Commit a4f6cbc

Browse files
committed
removed over ride doc
1 parent 2ae8204 commit a4f6cbc

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,35 +1962,6 @@ class Timedelta(_Timedelta):
19621962
max = _Timedelta.max
19631963
resolution = _Timedelta.resolution
19641964

1965-
min.__doc__ = """
1966-
The minimum representable `Timedelta`, corresponding to the smallest
1967-
duration supported.
1968-
1969-
See Also
1970-
--------
1971-
Timedelta.max : The maximum representable `Timedelta`.
1972-
Timedelta.resolution : The smallest possible difference between non-equal `Timedelta` objects.
1973-
"""
1974-
1975-
max.__doc__ = """
1976-
The maximum representable `Timedelta`, corresponding to the largest
1977-
duration supported.
1978-
1979-
See Also
1980-
--------
1981-
Timedelta.min : The minimum representable `Timedelta`.
1982-
Timedelta.resolution : The smallest possible difference between non-equal `Timedelta` objects.
1983-
"""
1984-
1985-
resolution.__doc__ = """
1986-
The smallest possible difference between non-equal `Timedelta` objects.
1987-
1988-
See Also
1989-
--------
1990-
Timedelta.min : The minimum representable `Timedelta`.
1991-
Timedelta.max : The maximum representable `Timedelta`.
1992-
"""
1993-
19941965
_req_any_kwargs_new = {"weeks", "days", "hours", "minutes", "seconds",
19951966
"milliseconds", "microseconds", "nanoseconds"}
19961967

0 commit comments

Comments
 (0)