@@ -1255,7 +1255,7 @@ Instance methods:
12551255 ``tzinfo=None `` can be specified to create a naive datetime from an aware
12561256 datetime with no conversion of date and time data.
12571257
1258- :class: `datetime ` objects are also supported by generic function
1258+ :class: `. datetime ` objects are also supported by generic function
12591259 :func: `copy.replace `.
12601260
12611261 .. versionchanged :: 3.6
@@ -1678,7 +1678,7 @@ Usage of ``KabulTz`` from above::
16781678:class: `.time ` Objects
16791679----------------------
16801680
1681- A :class: `time ` object represents a (local) time of day, independent of any particular
1681+ A :class: `. time ` object represents a (local) time of day, independent of any particular
16821682day, and subject to adjustment via a :class: `tzinfo ` object.
16831683
16841684.. class :: time(hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0)
@@ -1836,7 +1836,7 @@ Instance methods:
18361836 ``tzinfo=None `` can be specified to create a naive :class: `.time ` from an
18371837 aware :class: `.time `, without conversion of the time data.
18381838
1839- :class: `time ` objects are also supported by generic function
1839+ :class: `. time ` objects are also supported by generic function
18401840 :func: `copy.replace `.
18411841
18421842 .. versionchanged :: 3.6
@@ -2522,7 +2522,7 @@ information, which are supported in ``datetime.strptime`` but are discarded by
25222522``time.strptime ``.
25232523
25242524For :class: `.time ` objects, the format codes for year, month, and day should not
2525- be used, as :class: `time ` objects have no such values. If they're used anyway,
2525+ be used, as :class: `! time ` objects have no such values. If they're used anyway,
25262526``1900 `` is substituted for the year, and ``1 `` for the month and day.
25272527
25282528For :class: `date ` objects, the format codes for hours, minutes, seconds, and
0 commit comments