Skip to content

Commit 10a212e

Browse files
author
Victor
committed
Updated function signature in pxd file.
1 parent 5208c48 commit 10a212e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timedeltas.pxd

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from cpython.datetime cimport timedelta
66
from numpy cimport int64_t, ndarray
77

88
# Exposed for tslib, not intended for outside use.
9-
cdef parse_timedelta_string(object ts)
9+
cdef parse_timedelta_string(object ts, object specified_unit=None)
1010
cpdef int64_t cast_from_unit(object ts, object unit) except? -1
1111
cpdef int64_t delta_to_nanoseconds(delta) except? -1
1212
cpdef convert_to_timedelta64(object ts, object unit)

0 commit comments

Comments
 (0)