Skip to content

Commit cb73773

Browse files
committed
removed trailing whitespace
1 parent a7fb691 commit cb73773

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,10 +1426,10 @@ cdef class _Timedelta(timedelta):
14261426
Parameters
14271427
----------
14281428
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
14301430
affect the return value.
14311431
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
14331433
affect the return value.
14341434

14351435
Returns

pandas/core/arrays/timedeltas.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ def to_pytimedelta(self) -> npt.NDArray[np.object_]:
879879
See Also
880880
--------
881881
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
883883
than 1 second) of a datetime.timedelta.
884884
885885
Examples
@@ -964,7 +964,7 @@ def components(self) -> DataFrame:
964964
See Also
965965
--------
966966
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
968968
timedelta.
969969
970970
Examples

0 commit comments

Comments
 (0)