From be9ec3fecf179129fc7400d276cf9eed23feeabe Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sun, 17 Jul 2016 23:04:27 +0900 Subject: [PATCH] DOC: Fix a name of option --- pandas/tslib.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/tslib.pyx b/pandas/tslib.pyx index c681cebd84836..5624b84523705 100644 --- a/pandas/tslib.pyx +++ b/pandas/tslib.pyx @@ -3028,7 +3028,7 @@ cdef inline bint is_timedelta(object o): def array_to_timedelta64(ndarray[object] values, unit='ns', errors='raise'): """ convert an ndarray to an array of ints that are timedeltas - force conversion if coerce = True, + force conversion if errors = 'coerce', else will raise if cannot convert """ cdef: Py_ssize_t i, n