From 2dd57b307fd88257e0a94d1bac72e72116a1dbb5 Mon Sep 17 00:00:00 2001 From: giplessis Date: Mon, 22 May 2023 21:38:33 +0200 Subject: [PATCH] Update timedeltas.pyx Typo : representaton --> representation --- pandas/_libs/tslibs/timedeltas.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/_libs/tslibs/timedeltas.pyx b/pandas/_libs/tslibs/timedeltas.pyx index 518a79c7c281a..047b5e861da2c 100644 --- a/pandas/_libs/tslibs/timedeltas.pyx +++ b/pandas/_libs/tslibs/timedeltas.pyx @@ -1592,7 +1592,7 @@ cdef class _Timedelta(timedelta): def as_unit(self, str unit, bint round_ok=True): """ - Convert the underlying int64 representaton to the given unit. + Convert the underlying int64 representation to the given unit. Parameters ----------