Skip to content

Commit 8487091

Browse files
committed
made requested changes to remove example and fix typo
1 parent c4eab08 commit 8487091

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,18 +1895,15 @@ class Timedelta(_Timedelta):
18951895
18961896
Attributes
18971897
----------
1898-
resolution: Timedelta
1898+
resolution : Timedelta
18991899
Represents the smallest difference between two time units that can be
19001900
represented by the Timedelta object.
1901-
Fixed at 0 days 00:00:00.000000001 (1 nanosecond).
19021901
min : Timedelta
19031902
Returns the minimum Timedelta value that can be created or used in
19041903
pandas operations.
1905-
Fixed at -106752 days +00:12:43.145224193
19061904
max : Timedelta
19071905
Returns the maximum Timedelta value that can be created or used in
19081906
pandas operations.
1909-
Fixed at 106751 days 23:47:16.854775807.
19101907
19111908
See Also
19121909
--------

0 commit comments

Comments
 (0)