Skip to content

Commit ec210cc

Browse files
DOC: Updating the timedeltas.seconds docstring for Issue pandas-dev#50969 (pandas-dev#51522)
* Updating the timedeltas.seconds docstring for Issue pandas-dev#50969 * Updating the docstring for Timedelta.seconds * Removing docstrings on lines 1068-1071 as they're not needed. * Update pandas/_libs/tslibs/timedeltas.pyx --------- Co-authored-by: Marco Edward Gorelli <[email protected]>
1 parent dc947a4 commit ec210cc

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
@@ -1075,6 +1075,7 @@ cdef class _Timedelta(timedelta):
10751075
Timedelta.components : Return all attributes with assigned values
10761076
(i.e. days, hours, minutes, seconds, milliseconds, microseconds,
10771077
nanoseconds).
1078+
Timedelta.total_seconds : Express the Timedelta as total number of seconds.
10781079
10791080
Examples
10801081
--------

0 commit comments

Comments
 (0)