Skip to content

Commit 4f1fe8c

Browse files
DOC: fix PR02 for pandas.Timedelta.max and pandas.Timedelta.max
1 parent 3a45265 commit 4f1fe8c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
109109
-i "pandas.Series.sparse.npoints SA01" \
110110
-i "pandas.Series.sparse.sp_values SA01" \
111111
-i "pandas.Timedelta.components SA01" \
112-
-i "pandas.Timedelta.max PR02" \
113-
-i "pandas.Timedelta.min PR02" \
114112
-i "pandas.Timedelta.resolution PR02" \
115113
-i "pandas.Timedelta.to_timedelta64 SA01" \
116114
-i "pandas.Timedelta.total_seconds SA01" \

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@ class Timedelta(_Timedelta):
18131813
Timedelta is the pandas equivalent of python's ``datetime.timedelta``
18141814
and is interchangeable with it in most cases.
18151815
1816-
Parameters
1816+
Attributes
18171817
----------
18181818
value : Timedelta, timedelta, np.timedelta64, str, or int
18191819
Input value.

0 commit comments

Comments
 (0)