File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1426,10 +1426,10 @@ cdef class _Timedelta(timedelta):
1426
1426
Parameters
1427
1427
----------
1428
1428
dtype : NoneType
1429
- It is available here only for compatibility. Its value will not
1429
+ It is available here only for compatibility. Its value will not
1430
1430
affect the return value.
1431
1431
copy : bool , default False
1432
- It is available here only for compatibility. Its value will not
1432
+ It is available here only for compatibility. Its value will not
1433
1433
affect the return value.
1434
1434
1435
1435
Returns
Original file line number Diff line number Diff line change @@ -879,7 +879,7 @@ def to_pytimedelta(self) -> npt.NDArray[np.object_]:
879
879
See Also
880
880
--------
881
881
pd.Timedelta.microseconds : Number of microseconds (>= 0 and less than 1 second).
882
- pd.Timedelta.to_pytimedelta.microseconds : Number of microseconds (>= 0 and less
882
+ pd.Timedelta.to_pytimedelta.microseconds : Number of microseconds (>= 0 and less
883
883
than 1 second) of a datetime.timedelta.
884
884
885
885
Examples
@@ -964,7 +964,7 @@ def components(self) -> DataFrame:
964
964
See Also
965
965
--------
966
966
TimedeltaIndex.total_seconds : Return total duration expressed in seconds.
967
- Timedelta.components : Return a components namedtuple-like of a single
967
+ Timedelta.components : Return a components namedtuple-like of a single
968
968
timedelta.
969
969
970
970
Examples
You can’t perform that action at this time.
0 commit comments