We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d7e77 commit ada6bf3Copy full SHA for ada6bf3
pandas/tslib.pyx
@@ -3028,7 +3028,7 @@ cdef inline bint is_timedelta(object o):
3028
3029
def array_to_timedelta64(ndarray[object] values, unit='ns', errors='raise'):
3030
""" convert an ndarray to an array of ints that are timedeltas
3031
- force conversion if coerce = True,
+ force conversion if errors = 'coerce',
3032
else will raise if cannot convert """
3033
cdef:
3034
Py_ssize_t i, n
0 commit comments