Skip to content

Commit 86645e2

Browse files
committed
Add space
1 parent 347fc7f commit 86645e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/tslibs/timedeltas.pyx

+1
Original file line numberDiff line numberDiff line change
@@ -1491,6 +1491,7 @@ cdef class _Timedelta(timedelta):
14911491
Timedelta.to_numpy : Converts the Timedelta to a NumPy timedelta64.
14921492
Timedelta.total_seconds : Returns the total duration of the Timedelta
14931493
object in seconds.
1494+
14941495
Examples
14951496
--------
14961497
>>> td = pd.Timedelta('3D')

0 commit comments

Comments
 (0)