mirror of https://github.com/python/cpython.git
Forgot to add a `versionadded` tag
This commit is contained in:
parent
bcfaf8007d
commit
e236c3c8c2
|
@ -276,6 +276,8 @@ Instance methods:
|
|||
Return the total number of seconds contained in the duration. Equivalent to
|
||||
``td.microseconds / 1000000 + td.seconds + td.days * 24 * 3600``.
|
||||
|
||||
.. versionadded:: 2.7
|
||||
|
||||
|
||||
Example usage:
|
||||
|
||||
|
|
Loading…
Reference in New Issue