From 6dc4a6598172d75f7dfd383af75b1c9efb0f1c11 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Mon, 18 Sep 2023 09:00:44 -1000 Subject: [PATCH] STY: Fix precommit failure (#55186) --- pandas/_libs/tslibs/timedeltas.pyx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandas/_libs/tslibs/timedeltas.pyx b/pandas/_libs/tslibs/timedeltas.pyx index 2178e972b4d08..2f6fa35cae070 100644 --- a/pandas/_libs/tslibs/timedeltas.pyx +++ b/pandas/_libs/tslibs/timedeltas.pyx @@ -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 ------- @@ -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 -------- @@ -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 --------