Skip to content

Commit

Permalink
STY: Fix precommit failure (#55186)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke authored Sep 18, 2023
1 parent 1496630 commit 6dc4a65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pandas/_libs/tslibs/timedeltas.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,7 @@ class Timedelta(_Timedelta):
----------
freq : str
Frequency string indicating the rounding resolution.
It uses the same units as class contructor :class:`~pandas.Timedelta`.
It uses the same units as class constructor :class:`~pandas.Timedelta`.
Returns
-------
Expand Down Expand Up @@ -1970,7 +1970,7 @@ class Timedelta(_Timedelta):
----------
freq : str
Frequency string indicating the flooring resolution.
It uses the same units as class contructor :class:`~pandas.Timedelta`.
It uses the same units as class constructor :class:`~pandas.Timedelta`.
Examples
--------
Expand All @@ -1990,7 +1990,7 @@ class Timedelta(_Timedelta):
----------
freq : str
Frequency string indicating the ceiling resolution.
It uses the same units as class contructor :class:`~pandas.Timedelta`.
It uses the same units as class constructor :class:`~pandas.Timedelta`.
Examples
--------
Expand Down

0 comments on commit 6dc4a65

Please sign in to comment.