Skip to content

Commit 039af7e

Browse files
committed
reduce characters for each line
1 parent 8da317c commit 039af7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1868,7 +1868,8 @@ class Timedelta(_Timedelta):
18681868
Input value.
18691869
unit : str, default 'ns'
18701870
If input is an integer, denote the unit of the input.
1871-
If input is a float, denote the unit of the integer part and proportionally convert the decimal part.(If unit=None, ignore the decimal part.)
1871+
If input is a float, denote the unit of integer parts.
1872+
(If unit = None, ignore decimal parts. Otherwise proportionally convert them.)
18721873
18731874
Possible values:
18741875

0 commit comments

Comments
 (0)