Forgot to add a `versionadded` tag

This commit is contained in:
Antoine Pitrou 2009-11-25 23:03:22 +00:00
parent bcfaf8007d
commit e236c3c8c2
1 changed files with 2 additions and 0 deletions

View File

@ -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: