Skip to content

Commit 3ef4c60

Browse files
committed
Add spaces between units
1 parent c550006 commit 3ef4c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/tools/timedeltas.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ def to_timedelta(arg, unit='ns', box=True, errors='raise'):
2626
2727
Parameters
2828
----------
29-
arg : str, timedelta, list, tuple, 1-d array, or Series
29+
arg : str, timedelta, list, tuple, 1-d array, or Series
3030
The argument which needs to be converted to timedelta.
3131
unit : str, default 'ns'
32-
Denotes the unit (D,h,m,s,ms,us,ns) of the arg.
32+
Denotes the unit (D, h, m, s, ms, us, ns) of the arg.
3333
box : bool, default True
3434
- If True returns a Timedelta/TimedeltaIndex of the results.
3535
- If False returns a np.timedelta64 or ndarray of values of dtype

0 commit comments

Comments
 (0)