@@ -114,7 +114,7 @@ Available Types
114
114
:noindex:
115
115
116
116
An idealized time, independent of any particular day, assuming that every day
117
- has exactly ``24 * 60 * 60 `` seconds. (There is no notion of "leap seconds" here.)
117
+ has exactly ``24*60* 60 `` seconds. (There is no notion of "leap seconds" here.)
118
118
Attributes: :attr: `hour `, :attr: `minute `, :attr: `second `, :attr: `microsecond `,
119
119
and :attr: `.tzinfo `.
120
120
@@ -213,10 +213,10 @@ A :class:`timedelta` object represents a duration, the difference between two
213
213
Only *days *, *seconds * and *microseconds * are stored internally.
214
214
Arguments are converted to those units:
215
215
216
- * A *millisecond * is converted to `` 1000 `` *microseconds *.
217
- * A *minute * is converted to `` 60 `` *seconds *.
218
- * An *hour * is converted to `` 3600 `` *seconds *.
219
- * A *week * is converted to `` 7 `` *days *.
216
+ * A *millisecond * is converted to 1000 *microseconds *.
217
+ * A *minute * is converted to 60 *seconds *.
218
+ * An *hour * is converted to 3600 *seconds *.
219
+ * A *week * is converted to 7 *days *.
220
220
221
221
and days, seconds and microseconds are then normalized so that the
222
222
representation is unique, with
@@ -1740,7 +1740,7 @@ day, and subject to adjustment via a :class:`tzinfo` object.
1740
1740
* ``fold in [0, 1] ``.
1741
1741
1742
1742
If an argument outside those ranges is given, :exc: `ValueError ` is raised. All
1743
- default to ``0 `` except *tzinfo *, which defaults to `` None ` `.
1743
+ default to ``0 `` except *tzinfo *, which defaults to :const: ` None `.
1744
1744
1745
1745
Class attributes:
1746
1746
0 commit comments