.. class:: timedelta
:noindex:
- A duration expressing the difference between two :class:`date`, :class:`.time`,
- or :class:`.datetime` instances to microsecond resolution.
+ A duration expressing the difference between two :class:`.datetime`
+ or :class:`date` instances to microsecond resolution.
.. class:: tzinfo
--------------------------
A :class:`timedelta` object represents a duration, the difference between two
-dates or times.
+:class:`.datetime` or :class:`date` instances.
.. class:: timedelta(days=0, seconds=0, microseconds=0, milliseconds=0, minutes=0, hours=0, weeks=0)