From e59c16764d4af3bbd956f15e8e775e15dff81f77 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:18:09 -0700 Subject: [PATCH] STY: Fix precommit failure --- 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 --------