We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06a48f commit 4156577Copy full SHA for 4156577
pandas/_libs/tslibs/timedeltas.pyx
@@ -1869,7 +1869,7 @@ class Timedelta(_Timedelta):
1869
unit : str, default 'ns'
1870
If input is an integer, denote the unit of the input.
1871
If input is a float, denote the unit of integer parts.
1872
- The decimal parts with a resolution lower than 1 nanosecond are ignored.
+ The decimal parts with resolution lower than 1 nanosecond are ignored.
1873
1874
Possible values:
1875
0 commit comments