Skip to content

Commit 566d142

Browse files
giplessisim-vinicius
authored and
im-vinicius
committed
Update timedeltas.pyx (pandas-dev#53342)
Typo : representaton --> representation
1 parent 06266de commit 566d142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timedeltas.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ cdef class _Timedelta(timedelta):
15921592

15931593
def as_unit(self, str unit, bint round_ok=True):
15941594
"""
1595-
Convert the underlying int64 representaton to the given unit.
1595+
Convert the underlying int64 representation to the given unit.
15961596
15971597
Parameters
15981598
----------

0 commit comments

Comments
 (0)