Skip to content

Commit 27efa51

Browse files
committed
assign descriptors within the class
1 parent 4d0ce2a commit 27efa51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ class Timedelta(_Timedelta):
19431943
Accessing the smallest and largest Timedelta values:
19441944
19451945
>>> pd.Timedelta.min
1946-
Timedelta('-106751 days +00:12:44.000000')
1946+
Timedelta('-106752 days +00:12:43.145224193')
19471947
19481948
>>> pd.Timedelta.max
19491949
Timedelta('106751 days 23:47:16.854775807')

0 commit comments

Comments
 (0)