File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ purely up to the program, just like it is up to the program whether a
6363particular number represents metres, miles, or mass. Naive objects are easy to
6464understand and to work with, at the cost of ignoring some aspects of reality.
6565
66- For applications requiring aware objects, :class: `datetime ` and :class: `time `
66+ For applications requiring aware objects, :class: `. datetime ` and :class: `. time `
6767objects have an optional time zone information attribute, :attr: `!tzinfo `, that
6868can be set to an instance of a subclass of the abstract :class: `tzinfo ` class.
6969These :class: `tzinfo ` objects capture information about the offset from UTC
@@ -1264,7 +1264,7 @@ Supported operations:
12641264 datetime, and no time zone adjustments are done even if the input is aware.
12651265
12661266(3)
1267- Subtraction of a :class: `.datetime ` from a :class: `. datetime ` is defined only if
1267+ Subtraction of a :class: `.datetime ` from a :class: `! datetime ` is defined only if
12681268 both operands are naive, or if both are aware. If one is aware and the other is
12691269 naive, :exc: `TypeError ` is raised.
12701270
You can’t perform that action at this time.
0 commit comments