Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Nov 11, 2017
1 parent 49f5850 commit 07fa22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandas/core/tools/datetimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07fa22d

Please sign in to comment.