Skip to content

Commit c1b25e9

Browse files
committed
fixup
1 parent f80197a commit c1b25e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timedeltas.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ class Timedelta(_Timedelta):
881881
Parameters
882882
----------
883883
value : Timedelta, timedelta, np.timedelta64, string, or integer
884-
unit : string, [D,h,m,s,ms,us,ns]
884+
unit : string, {'ns', 'us', 'ms', 's', 'm', 'h', 'D'}, optional
885885
Denote the unit of the input, if input is an integer. Default 'ns'.
886886
days, seconds, microseconds,
887887
milliseconds, minutes, hours, weeks : numeric, optional

0 commit comments

Comments
 (0)