Skip to content

Commit 958085c

Browse files
committed
fixed line to long
1 parent a4f6cbc commit 958085c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,28 +1900,13 @@ class Timedelta(_Timedelta):
19001900
The minimum representable `Timedelta`, corresponding to the smallest
19011901
duration supported.
19021902
1903-
See Also
1904-
--------
1905-
Timedelta.max : The maximum representable `Timedelta`.
1906-
Timedelta.resolution : The smallest possible difference between non-equal `Timedelta` objects.
1907-
19081903
max : Timedelta
19091904
The maximum representable `Timedelta`, corresponding to the largest
19101905
duration supported.
19111906
1912-
See Also
1913-
--------
1914-
Timedelta.min : The minimum representable `Timedelta`.
1915-
Timedelta.resolution : The smallest possible difference between non-equal `Timedelta` objects.
1916-
19171907
resolution : Timedelta
19181908
The smallest possible difference between non-equal `Timedelta` objects.
19191909
1920-
See Also
1921-
--------
1922-
Timedelta.min : The minimum representable `Timedelta`.
1923-
Timedelta.max : The maximum representable `Timedelta`.
1924-
19251910
See Also
19261911
--------
19271912
Timestamp : Represents a single timestamp in time.

0 commit comments

Comments
 (0)