Skip to content

Commit 61039db

Browse files
committed
environment update
1 parent 12d871f commit 61039db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,7 @@ class Timedelta(_Timedelta):
18691869
unit : str, default 'ns'
18701870
If input is an integer, denote the unit of the input.
18711871
If input is a float, denote the unit of the integer parts.
1872-
The decimal parts with resolution lower than 1 nanosecond are ignored.
1872+
The decimal parts with resolution lower than 1 nanosecond are ignored.
18731873
18741874
Possible values:
18751875

0 commit comments

Comments
 (0)