From 593c1ccaf1dcab3a955c1bfb36a7c33f7089764b Mon Sep 17 00:00:00 2001 From: Matt Roeschke Date: Fri, 10 Nov 2017 18:50:21 -0800 Subject: [PATCH] Lint --- pandas/core/tools/datetimes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandas/core/tools/datetimes.py b/pandas/core/tools/datetimes.py index 029b1663079361..19f7e459d0725f 100644 --- a/pandas/core/tools/datetimes.py +++ b/pandas/core/tools/datetimes.py @@ -87,10 +87,10 @@ def _convert_and_box_cache(arg, cache_array, box, errors, name=None): Returns ------- - result : datetime of converted dates + result : datetime of converted dates Returns: - - Index-like if box=True + - Index-like if box=True - ndarray if box=False """ from pandas import Series, DatetimeIndex, Index