We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04921d commit 3971071Copy full SHA for 3971071
pandas/_libs/tslibs/timedeltas.pyx
@@ -1949,7 +1949,7 @@ class Timedelta(_Timedelta):
1949
def min(self):
1950
"""
1951
The minimum representable Timedelta.
1952
-
+
1953
Returns
1954
-------
1955
Timedelta
@@ -1961,7 +1961,7 @@ class Timedelta(_Timedelta):
1961
def max(self):
1962
1963
The maximum representable Timedelta.
1964
1965
1966
1967
@@ -1973,7 +1973,7 @@ class Timedelta(_Timedelta):
1973
def resolution(self):
1974
1975
The smallest possible difference between non-equal Timedelta objects.
1976
1977
1978
1979
0 commit comments