Skip to content

Commit 098ed3f

Browse files
mroeschkehedeershowk
authored andcommitted
STY: Fix precommit failure (pandas-dev#55186)
1 parent 1a68677 commit 098ed3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/_libs/tslibs/timedeltas.pyx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@ class Timedelta(_Timedelta):
19421942
----------
19431943
freq : str
19441944
Frequency string indicating the rounding resolution.
1945-
It uses the same units as class contructor :class:`~pandas.Timedelta`.
1945+
It uses the same units as class constructor :class:`~pandas.Timedelta`.
19461946
19471947
Returns
19481948
-------
@@ -1970,7 +1970,7 @@ class Timedelta(_Timedelta):
19701970
----------
19711971
freq : str
19721972
Frequency string indicating the flooring resolution.
1973-
It uses the same units as class contructor :class:`~pandas.Timedelta`.
1973+
It uses the same units as class constructor :class:`~pandas.Timedelta`.
19741974
19751975
Examples
19761976
--------
@@ -1990,7 +1990,7 @@ class Timedelta(_Timedelta):
19901990
----------
19911991
freq : str
19921992
Frequency string indicating the ceiling resolution.
1993-
It uses the same units as class contructor :class:`~pandas.Timedelta`.
1993+
It uses the same units as class constructor :class:`~pandas.Timedelta`.
19941994
19951995
Examples
19961996
--------

0 commit comments

Comments
 (0)