File tree 1 file changed +3
-3
lines changed
Filter options
1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ The :mod:`!datetime` module exports the following constants:
91
91
.. data :: MAXYEAR
92
92
93
93
The largest year number allowed in a :class: `date ` or :class: `.datetime ` object.
94
- :const: `MAXYEAR ` is `` 9999 `` .
94
+ :const: `MAXYEAR ` is 9999.
95
95
96
96
.. attribute :: UTC
97
97
@@ -2561,7 +2561,7 @@ information, which are supported in ``datetime.strptime`` but are discarded by
2561
2561
2562
2562
For :class: `.time ` objects, the format codes for year, month, and day should not
2563
2563
be used, as :class: `!time ` objects have no such values. If they're used anyway,
2564
- `` 1900 `` is substituted for the year, and 1 for the month and day.
2564
+ 1900 is substituted for the year, and 1 for the month and day.
2565
2565
2566
2566
For :class: `date ` objects, the format codes for hours, minutes, seconds, and
2567
2567
microseconds should not be used, as :class: `date ` objects have no such
@@ -2708,4 +2708,4 @@ Notes:
2708
2708
<https://web.archive.org/web/20220531051136/https://webspace.science.uu.nl/~gent0113/calendar/isocalendar.htm> `_
2709
2709
for a good explanation.
2710
2710
2711
- .. [# ] Passing ``datetime.strptime('Feb 29', '%b %d') `` will fail since `` 1900 `` is not a leap year.
2711
+ .. [# ] Passing ``datetime.strptime('Feb 29', '%b %d') `` will fail since 1900 is not a leap year.
You can’t perform that action at this time.
0 commit comments