File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -104,9 +104,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
104
104
-i " pandas.Series.sparse.npoints SA01" \
105
105
-i " pandas.Series.sparse.sp_values SA01" \
106
106
-i " pandas.Timedelta.components SA01" \
107
- -i " pandas.Timedelta.max PR02" \
108
- -i " pandas.Timedelta.min PR02" \
109
- -i " pandas.Timedelta.resolution PR02" \
110
107
-i " pandas.Timedelta.to_timedelta64 SA01" \
111
108
-i " pandas.Timedelta.total_seconds SA01" \
112
109
-i " pandas.TimedeltaIndex.to_pytimedelta RT03,SA01" \
Original file line number Diff line number Diff line change @@ -1857,11 +1857,11 @@ class Timedelta(_Timedelta):
1857
1857
Values for construction in compat with datetime.timedelta.
1858
1858
Numpy ints and floats will be coerced to python ints and floats.
1859
1859
1860
- ** Attributes
1861
- --------
1860
+ Attributes
1861
+ ----------
1862
1862
resolution: Timedelta
1863
- Represents the smallest difference between two time units that can be represented
1864
- by the Timedelta object.
1863
+ Represents the smallest difference between two time units that can be
1864
+ represented by the Timedelta object.
1865
1865
Fixed at 0 days 00:00:00.000000001 (1 nanosecond).
1866
1866
min : Timedelta
1867
1867
Returns the minimum Timedelta value that can be created or used in
You can’t perform that action at this time.
0 commit comments