Skip to content

Commit 593c1cc

Browse files
committed
Lint
1 parent 216e365 commit 593c1cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/tools/datetimes.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ def _convert_and_box_cache(arg, cache_array, box, errors, name=None):
8787
8888
Returns
8989
-------
90-
result : datetime of converted dates
90+
result : datetime of converted dates
9191
Returns:
9292
93-
- Index-like if box=True
93+
- Index-like if box=True
9494
- ndarray if box=False
9595
"""
9696
from pandas import Series, DatetimeIndex, Index

0 commit comments

Comments
 (0)