Skip to content

Commit b4d8f0f

Browse files
author
Victor
committed
Updated function signature in pxd file.
1 parent d7f9d1c commit b4d8f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timedeltas.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from numpy cimport int64_t
44

55
# Exposed for tslib, not intended for outside use.
6-
cdef parse_timedelta_string(object ts, specified_unit=*)
6+
cdef parse_timedelta_string(object ts, object specified_unit=None)
77
cpdef int64_t cast_from_unit(object ts, object unit) except? -1
88
cpdef int64_t delta_to_nanoseconds(delta) except? -1
99
cpdef convert_to_timedelta64(object ts, object unit)

0 commit comments

Comments
 (0)